-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support new aggregator APIs for the event platform #9165
Merged
Merged
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
4 tasks
Follow-up to DataDog/datadog-agent#7735, add the aggregator `submit_event_platform_event` API as well as two new APIs that build on this to submit `dbm-samples` and `dbm-metrics`.
1bdbc39
to
6b51884
Compare
ofek
approved these changes
Apr 15, 2021
FlorianVeaux
approved these changes
Apr 16, 2021
github-actions bot
pushed a commit
that referenced
this pull request
Apr 16, 2021
Follow-up to DataDog/datadog-agent#7735, add the aggregator `submit_event_platform_event` API as well as two new APIs that build on this to submit `dbm-samples` and `dbm-metrics`. 10a56dc
djova
added a commit
that referenced
this pull request
Apr 16, 2021
Follow-up to #9165: Update python & mysql checks to submit DBM events via the new aggregator API. Also improves the tests to better handle threads. Motivation: Submit events using the more robust agent go code to with proper batching, buffering, retries, error handling, and tracking of internal statistics.
djova
added a commit
that referenced
this pull request
Apr 16, 2021
Follow-up to #9165: Update python & mysql checks to submit DBM events via the new aggregator API. Also improves the tests to better handle threads. Motivation: Submit events using the more robust agent go code to with proper batching, buffering, retries, error handling, and tracking of internal statistics.
djova
added a commit
that referenced
this pull request
Apr 16, 2021
Follow-up to #9165: Update python & mysql checks to submit DBM events via the new aggregator API. Also improves the tests to better handle threads. Motivation: Submit events using the more robust agent go code to with proper batching, buffering, retries, error handling, and tracking of internal statistics.
ofek
pushed a commit
that referenced
this pull request
Apr 16, 2021
* update python & mysql checks Follow-up to #9165: Update python & mysql checks to submit DBM events via the new aggregator API. Also improves the tests to better handle threads. Motivation: Submit events using the more robust agent go code to with proper batching, buffering, retries, error handling, and tracking of internal statistics. * bump datadog-checks-base min version"
djova
added a commit
that referenced
this pull request
Apr 19, 2021
Send metrics via the new aggregator API added in #9165
djova
added a commit
that referenced
this pull request
Apr 21, 2021
Send metrics via the new aggregator API added in #9165
4 tasks
djova
added a commit
that referenced
this pull request
Apr 22, 2021
Send metrics via the new aggregator API added in #9165
4 tasks
djova
added a commit
that referenced
this pull request
Apr 23, 2021
Send metrics via the new aggregator API added in #9165
djova
added a commit
that referenced
this pull request
Apr 23, 2021
Send metrics via the new aggregator API added in #9165
djova
added a commit
that referenced
this pull request
Apr 26, 2021
Send DBM query metrics via the new aggregator API added in #9165.
djova
added a commit
that referenced
this pull request
Apr 26, 2021
Send DBM query metrics via the new aggregator API added in #9165.
djova
added a commit
that referenced
this pull request
Apr 26, 2021
Send DBM query metrics via the new aggregator API added in #9165.
djova
added a commit
that referenced
this pull request
Apr 26, 2021
Send DBM query metrics via the new aggregator API added in #9165.
djova
added a commit
that referenced
this pull request
Apr 30, 2021
Send DBM query metrics via the new aggregator API added in #9165.
djova
added a commit
that referenced
this pull request
Apr 30, 2021
Send DBM query metrics via the new aggregator API added in #9165.
djova
added a commit
that referenced
this pull request
May 7, 2021
Send DBM query metrics via the new aggregator API added in #9165.
ofek
pushed a commit
that referenced
this pull request
May 7, 2021
* mysql: send metrics to new intake as events Send DBM query metrics via the new aggregator API added in #9165. * lazy resolve hostname * fix merge
ofek
pushed a commit
that referenced
this pull request
May 7, 2021
* postgres: send metrics to new intake as events Send DBM query metrics via the new aggregator API added in #9165. * lazy resolve hostname
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?
Follow-up to DataDog/datadog-agent#7735: add the aggregator
submit_event_platform_event
API as well as two new APIs that build on this to submitdbm-samples
anddbm-metrics
.Also add a new
default_json_event_encoding
to be used for whendatadog_checks/base/utils/db/statement_samples.py
is removed in #9166Motivation
Enable checks to use the new aggregator API to submit event platform events.
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached