Skip to content

Commit 70c58ab

Browse files
authored
fix: update metric name to avoid conflicts (#13629)
Fix #13626
1 parent 486a42a commit 70c58ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/telemetry-client/src/metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
export const BLOB_SINK_STORE_REQUESTS = 'aztec.blob_sink.store_request_count';
10-
export const BLOB_SINK_RETRIEVE_REQUESTS = 'aztec.blob_sink.store_request_count';
10+
export const BLOB_SINK_RETRIEVE_REQUESTS = 'aztec.blob_sink.retrieve_request_count';
1111
export const BLOB_SINK_OBJECTS_IN_BLOB_STORE = 'aztec.blob_sink.objects_in_blob_store';
1212
export const BLOB_SINK_BLOB_SIZE = 'aztec.blob_sink.blob_size';
1313

0 commit comments

Comments
 (0)