Add eden integration#3008
Open
mitul72 wants to merge 12 commits into
Open
Conversation
Tile-installable Datadog Agent integration that ships Eden-MDBS metrics into customer Datadog accounts via the existing /api/v1/analytics/telemetry export API. The Agent check authenticates with an Eden robot, paginates per metric group with offset, and submits ~50-150 metrics under the eden.* namespace. Two dashboards (Eden Interlay, Eden Migration) ship with the tile. - Robot login flow against /api/v1/auth/robots/login with proactive and reactive JWT refresh - Per-group pagination with MAX_PAGES_PER_GROUP safety bound - service_checks.json with eden.api.can_connect - 263 metrics declared in metadata.csv - Registers eden in CODEOWNERS, codecov, and test-all.yml via ddev validate ci --sync
Use the square Eden icon centered on a 200x128 transparent canvas instead of stretching it to fit. Logo no longer appears squashed.
Use submit_histogram_bucket so percentile queries (p50/p95/p99) work in Datadog dashboards. Eden's fast-telemetry exporter ships N bounds and N+1 counts (with an overflow bucket at +inf), which is the standard OpenTelemetry histogram shape. Equal-length arrays are also handled for exporters that omit the overflow bucket. Empty buckets are skipped to keep series cardinality down. The .count, .sum metrics continue to be emitted as monotonic counts so existing dashboards built on those keep working. The .avg gauge is only emitted when bucket data is missing, as a fallback.
- Add Offering::Integration to classifier_tags - Set source_type_id to 7340328 (must be > 1000) - Strip unsupported pause_auto_refresh field from both dashboards
10a454f to
d100faa
Compare
This file contains hidden or 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
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?
Adds a new Agent integration for Eden-MDBS. The check authenticates with an Eden robot, paginates /api/v1/analytics/telemetry per metric group, and submits metrics under the eden.* namespace. Two dashboards (Eden Interlay, Eden Migration) ship with the tile.
Motivation
Eden customers need an easy way to monitor Eden alongside the rest of their stack in Datadog. This tile gives them one-click dashboards plus a documented Agent check setup.
Review checklist
no-changeloglabel attached