From 805e7ebbf4dffae15536ea0afb1a2b15e6986df4 Mon Sep 17 00:00:00 2001 From: Riccardo Busetti Date: Wed, 9 Oct 2024 16:43:55 +0000 Subject: [PATCH] getsentry/relay@63a8b099e18a19e16c62e34c13bf634077e87bab --- src/data/relay_metrics.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/data/relay_metrics.json b/src/data/relay_metrics.json index 329cbbdedc757..4470730c1b0ed 100644 --- a/src/data/relay_metrics.json +++ b/src/data/relay_metrics.json @@ -17,10 +17,16 @@ "description": "The used disk for the buffer.", "features": [] }, + { + "type": "Timer", + "name": "buffer.drain.duration", + "description": "Timing in milliseconds for the time it takes for the buffer to drain its envelopes.", + "features": [] + }, { "type": "Counter", "name": "buffer.envelope_stacks_popped", - "description": "Number of times a project key pair is popped from the envelope provider.", + "description": "Number of times an envelope stack is popped from the priority queue of stacks in the\nenvelope buffer.", "features": [] }, { @@ -65,12 +71,6 @@ "description": "Number of _envelopes_ the envelope buffer ingests.", "features": [] }, - { - "type": "Timer", - "name": "buffer.flush.duration", - "description": "Timing in milliseconds for the time it takes for the buffer to flush its envelopes.", - "features": [] - }, { "type": "Timer", "name": "buffer.initialization.duration",