From 9998288dfa2e47cdcac12ddffee47ca20327f381 Mon Sep 17 00:00:00 2001 From: Riccardo Busetti Date: Mon, 2 Sep 2024 08:41:17 +0000 Subject: [PATCH] getsentry/relay@ec1cb2a6942ba6288ca0e0df4dd09117e7be2041 --- src/data/relay_metrics.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/relay_metrics.json b/src/data/relay_metrics.json index 59398b5af44e0..192405cb05a0b 100644 --- a/src/data/relay_metrics.json +++ b/src/data/relay_metrics.json @@ -723,6 +723,12 @@ "description": "A number of messages queued in a services inbound message channel.\n\nThis metric is emitted once per second for every running service. Without backlogs, this\nnumber should be close to `0`. If this number is monotonically increasing, the service is\nnot able to process the inbound message volume.\n\nThis metric is tagged with:\n- `service`: The fully qualified type name of the service implementation.", "features": [] }, + { + "type": "Timer", + "name": "spool.initialization", + "description": "Timing in milliseconds for the time it takes for initialize the spooler.", + "features": [] + }, { "type": "Timer", "name": "store.message.duration",