Skip to content

Commit

Permalink
fix: remove subgraph id condition in the mv
Browse files Browse the repository at this point in the history
  • Loading branch information
JivusAyrus committed Jan 15, 2025
1 parent c49c3a7 commit 12474e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SELECT
maxSimpleState(Max) AS MaxDuration
FROM otel_metrics_histogram
-- Only works with the same bounds for all buckets. If bounds are different, we can't add them together
WHERE ScopeName = 'cosmo.router' AND ScopeVersion = '0.0.1' AND MetricName = 'router.graphql.operation.planning_time' AND Attributes [ 'wg.subgraph.id' ] = '' AND OrganizationID != '' AND FederatedGraphID != ''
WHERE ScopeName = 'cosmo.router' AND ScopeVersion = '0.0.1' AND MetricName = 'router.graphql.operation.planning_time' AND OrganizationID != '' AND FederatedGraphID != ''
GROUP BY
OperationName,
OperationHash,
Expand Down

0 comments on commit 12474e6

Please sign in to comment.