You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In our federated setup we have to be restrictive on histogram metrics, our we will have too much metrics too scrape. To some extent this can be fixed by customizing labels and reducing cardinality, but in some cases we actually want to opt in to the high cardinality metrics for a selection of operations.
Thus, we would like to have e.g. graphql_yoga_http_duration enabled but only if operationName matches certain allow listed values.
Describe the solution you'd like
We would like to be able to have a (mesh) config like this in the end
Is your feature request related to a problem? Please describe.
In our federated setup we have to be restrictive on histogram metrics, our we will have too much metrics too scrape. To some extent this can be fixed by customizing labels and reducing cardinality, but in some cases we actually want to opt in to the high cardinality metrics for a selection of operations.
Thus, we would like to have e.g.
graphql_yoga_http_duration
enabled but only ifoperationName
matches certain allow listed values.Describe the solution you'd like
We would like to be able to have a (mesh) config like this in the end
Describe alternatives you've considered
Have to build our own stack of plugins all the way down to envelop (mesh plugin, yoga plugin, envelop plugin).
The text was updated successfully, but these errors were encountered: