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
the documentation states that the graphql.operation tag for server request observations is derived from the operation’s custom name (if provided) or the default operation name, and that it is intended to be low cardinality.
In practice, because clients control the custom operation name, we’re seeing high cardinality in our metrics. For example, in our environment graphql.operation currently has over 1,000 distinct values (for just one service/subgraph).
Could you consider changing the default behavior of graphql.operation to ensure lower cardinality by default?