forked from DataDog/integrations-extras
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RedPanda Consumer Lag metric #1
Open
bpraseed
wants to merge
9
commits into
redpanda-data:master
Choose a base branch
from
bpraseed:rp_consumerlag
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c204fe2
to
1662200
Compare
0908268
to
8dd5416
Compare
…consumer group is created
tmgstevens
pushed a commit
that referenced
this pull request
Jun 1, 2023
* Firefly | Bring your cloud Up-to-Code (#1) Catalog, Codify, and Control your entire infrastructure to prevent service failures, replace toil with automation, and rediscover your cloud. * Firefly | Bring your cloud Up-to-Code Catalog, Codify, and Control your entire infrastructure to prevent service failures, replace toil with automation, and rediscover your cloud. * Fixes validation for PureFA and PureFB * fixing classifier_tags in menifest.json * remove non-ASCII character * Change README.md according to DataDog's CR Changing Text regarding sarah-witt, urseberry, and anawishnoff comments
hcoyote
pushed a commit
that referenced
this pull request
Oct 10, 2023
* Adds cloudzero integration * updates app id to match app uuid from OAuth client (#1) * CP-13295 update datadog integration tile (#2) * Adds images * Updates manifest with images and suggested tag * Update readme to include marketing and setup language * formatting * CP-13295 Updates based on DD feedback (#3) * CP-13295 Updates based on further feedback (#4) * Updates based on copy feedback (#5) * CP-13295 Updates based on DD eng feedback (#6) * CP-13295 Copy changes requested by Datadog (DataDog#7) * Change from h3 to h2 (DataDog#9) * CP-13295 Update release date (DataDog#10)
ajurcenk
pushed a commit
that referenced
this pull request
Jan 14, 2025
* [ENT-2819] Robust Intelligence AI firewall integration initial commit (#1) * initial commit for check * check with correct metrics * add dashboard * update dashboard and readme * update dashboard title * fix readme links and add logos * fix support email link * update homepage and support email * [END-2821] Update README (#2) * update section on metrics collected * update firewall link and dashboard * [PINT-2462] readme fixes (#3) * readme fixes * update risk name * fix metrics section content * add image assets * [PINT-2485] PR build issues (#4) * lint fixes * add sales email * [PINT-2485] Address PR comments (#5) * update overview and description * add integrtaion version * add classifier tags * add dashboard description * add dashboard to manifest (#6) * [PINT-2541] readme review (DataDog#7) * add details to configure section * Add suggestion Co-authored-by: Arley Lewis <[email protected]> --------- Co-authored-by: Arley Lewis <[email protected]> * [PINT-2618] PR feedback and dashboard update (DataDog#8) * update readme and remove unnecessary file * upgrade dashboard * [PINT-2651] add dashboard banner image (DataDog#9) * add dashboard banner * update banner url * address PR comments (DataDog#10) * update description (DataDog#11) * [PINT-2719] readme and dashboard image (DataDog#12) * update dashboard image and description * update firewall image * update image ratio (DataDog#13) * [PINT-2891] add scope variable to dashboard (DataDog#14) * add scope variable * fix description * remove folder (DataDog#15) * fix import (DataDog#16) * run ddev validate ci * fix codecov * remove assets that are not required * add metrics check * add codeowners * fix format * remove non ascii character * fix test * add test --------- Co-authored-by: Arley Lewis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Add support for consumer lag metrics
Motivation
Recently RP introduced consumer group offset. This PR is to expose it via DD
Review checklist
no-changelog
label attachedAdditional Notes
Anything else we should know when reviewing?