Skip to content

Commit 85170c4

Browse files
committed
1 parent bf3056f commit 85170c4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/data/relay_metrics.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,26 @@
305305
"description": "The average number of elements in a bucket when flushed.\n\nThis metric is tagged with:\n- `metric_type`: \"c\", \"d\", \"g\" or \"s\".\n- `namespace`: The namespace of the metric.",
306306
"features": []
307307
},
308+
{
309+
"type": "Counter",
310+
"name": "metrics.meta.agg.update",
311+
"description": "Incremented every time the meta aggregator emitted an update that needs to be stored or\nsent upstream.",
312+
"features": []
313+
},
314+
{
315+
"type": "Counter",
316+
"name": "metrics.meta.parsing_failed",
317+
"description": "Number of times that parsing a metric meta item from an envelope failed.",
318+
"features": []
319+
},
320+
{
321+
"type": "Counter",
322+
"name": "metrics.meta.redis.update",
323+
"description": "Incremented every time a redis key is updated to store or update metadata.",
324+
"features": [
325+
"redis"
326+
]
327+
},
308328
{
309329
"type": "Counter",
310330
"name": "metrics.transaction_name",
@@ -381,6 +401,12 @@
381401
"description": "Total time in milliseconds spent evicting outdated and unused projects happens.",
382402
"features": []
383403
},
404+
{
405+
"type": "Counter",
406+
"name": "project_state.flush_all_metric_meta",
407+
"description": "Number of full metric data flushes.\n\nA full flush takes all contained items of the aggregator and flushes them upstream,\nat best this happens once per freshly loaded project.",
408+
"features": []
409+
},
384410
{
385411
"type": "Counter",
386412
"name": "project_state.get",

0 commit comments

Comments
 (0)