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(graphqlmetrics): allow measurement of total request count per day #1369

Closed Noroth closed 1 week ago

Noroth commented 1 week ago

Motivation and Context

We already provide the request count in the aggregation request of the graphqlmetrics collector. We indirectly store that information but if there are no metrics inside of the schema usage, we will lose that information.

We would like to know the total count daily requests per graph and org.

Checklist