Skip to content

Commit 3e7b545

Browse files
committed
1 parent b23efb4 commit 3e7b545

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data/relay_metrics.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,12 @@
293293
"description": "Time spent converting the event from its in-memory reprsentation into a JSON string.",
294294
"features": []
295295
},
296+
{
297+
"type": "Counter",
298+
"name": "events.outcome_quantity",
299+
"description": "The number of individual outcomes including their quantity.\n\nWhile [`RelayCounters::Outcomes`] tracks the number of times aggregated outcomes\nhave been emitted, this counter tracks the total quantity of individual outcomes.",
300+
"features": []
301+
},
296302
{
297303
"type": "Counter",
298304
"name": "events.outcomes",

0 commit comments

Comments
 (0)