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
Now we don't have any instrumentation to the PromQLShardingMiddleware so we might miss some very important stats.
I'd like to see metrics like Number of shardable queries and non-shardable queries.
Describe the solution you'd like
The implementation should be straightforward to add two counters to the middleware
The text was updated successfully, but these errors were encountered:
Hi @idoqo, I checked that branch and the code looks good! For not shardable query you could try up and shardable query you could try sum(up) by (job). Let me know if this works for you or not.
Is your proposal related to a problem?
Now we don't have any instrumentation to the
PromQLShardingMiddleware
so we might miss some very important stats.I'd like to see metrics like Number of shardable queries and non-shardable queries.
Describe the solution you'd like
The implementation should be straightforward to add two counters to the middleware
The text was updated successfully, but these errors were encountered: