Skip to content

Commit

Permalink
[Apollo] Tighten namespace around metrics
Browse files Browse the repository at this point in the history
This tightens the namespace which are part of our Datadog Marketplace integration to just the set of operations which from the integration rather than those that are emitted by our on-prem product, Apollo Router — which emits its metrics into an `apollo.router.` prefixed namespace, which should _not_ prevent users from losing control over the management of tags in their UI.

Relates to DataDog#2529
  • Loading branch information
abernix authored Nov 19, 2024
1 parent 565fdce commit ba4758b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apollo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@
"creates_events": false
},
"metrics": {
"prefix": "apollo.",
"prefix": "apollo.operations.",
"check": [
"apollo.operations.count",
"apollo.engine.operations.count"
"apollo.operations.count"
],
"metadata_path": "metadata.csv"
},
Expand All @@ -47,4 +46,4 @@
"auto_install": true
}
}
}
}

0 comments on commit ba4758b

Please sign in to comment.