We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
metric attributes can be set from a context key: https://www.apollographql.com/docs/router/configuration/telemetry/exporters/metrics/overview/#attributes
But it only supports the key to a top level object. It would be useful to get data from sub keys from an object like:
telemetry: exporters: metrics: common: attributes: supergraph: context: - named: toplevelobject.sub_key
The text was updated successfully, but these errors were encountered:
I think this will be solved by the work that @bnjjj is working on.
Sorry, something went wrong.
Yes it will be possible to do this using selectors and custom instruments cc #4319 #4771
No branches or pull requests
metric attributes can be set from a context key: https://www.apollographql.com/docs/router/configuration/telemetry/exporters/metrics/overview/#attributes
But it only supports the key to a top level object. It would be useful to get data from sub keys from an object like:
The text was updated successfully, but these errors were encountered: