Skip to content

Commit 4eb2ff5

Browse files
authored
fix metrics for backfills per query (#1687)
1 parent 879e2ef commit 4eb2ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/query/query.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var (
4848
Aggregation: view.LastValue(),
4949
}
5050
backfillsPerQueryView = &view.View{
51-
Measure: ticketsPerQuery,
51+
Measure: backfillsPerQuery,
5252
Name: "open-match.dev/query/backfills_per_query",
5353
Description: "Backfills per query",
5454
Aggregation: telemetry.DefaultCountDistribution,

0 commit comments

Comments
 (0)