wundergraph / cosmo

The open-source solution to building, maintaining, and collaborating on GraphQL Federation at Scale. The alternative to Apollo Studio and GraphOS.
https://cosmo-docs.wundergraph.com/
Apache License 2.0
742 stars 105 forks source link

feat(router): allow exclusion of OTLP metrics via configuration #1359

Closed Noroth closed 1 week ago

Noroth commented 1 week ago

Motivation and Context

Currently we can only exclude metrics and labels from Prometheus. This PR adds an option to the configuration to do the exact same for the OTLP metrics configuration.

Checklist