We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486a42a commit 70c58abCopy full SHA for 70c58ab
yarn-project/telemetry-client/src/metrics.ts
@@ -7,7 +7,7 @@
7
*/
8
9
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';
+export const BLOB_SINK_RETRIEVE_REQUESTS = 'aztec.blob_sink.retrieve_request_count';
11
export const BLOB_SINK_OBJECTS_IN_BLOB_STORE = 'aztec.blob_sink.objects_in_blob_store';
12
export const BLOB_SINK_BLOB_SIZE = 'aztec.blob_sink.blob_size';
13
0 commit comments