-
Notifications
You must be signed in to change notification settings - Fork 765
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
Change prefix for apollo
integration
#2529
Comments
abernix
added a commit
to abernix/integrations-extras
that referenced
this issue
Nov 19, 2024
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
abernix
added a commit
to apollographql/integrations-extras
that referenced
this issue
Nov 19, 2024
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
abernix
added a commit
to apollographql/integrations-extras
that referenced
this issue
Nov 19, 2024
This tightens the namespace which pertains to our DataDog Marketplace integration to **just** the set of metrics which are emitted (from the SaaS side of our Apollo product) which pertain to the Marketplace integration rather than those that are emitted by our (different) on-prem product, Apollo Router which emits its metrics into an `apollo.router.`-prefixed namespace. This `apollo.router.` namespace should _not_ prevent users from losing control over the management of tags in their UI. Relates to DataDog#2529
5 tasks
I opened a draft PR to try and address this, but do still need guidance. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I work for Apollo and am following up on an issue raised by a user regarding tag management.
The Apollo integration specifies that metrics that have a prefix
apollo.
are part of an integration:https://github.com/DataDog/integrations-extras/blob/master/apollo/manifest.json#L35
Apparently having this prefix reserved limits users' from managing tags via the DD UI.
Some of our products emit metrics that use the
apollo.
prefix, and users should be able to manage tags.Are there any avenues for us to change the integrated metrics to the following prefixes:
apollo.operations.
apollo.engine.
What would be needed from our side to enable this to happen?
The text was updated successfully, but these errors were encountered: