Skip to content

Commit 0c65399

Browse files
committed
1 parent dbb540b commit 0c65399

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/data/relay_metrics.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,18 @@
319319
"description": "Number of producer errors occurred after an envelope was already enqueued for sending to\nKafka.\n\nThese errors include, for example, _\"MessageTooLarge\"_ errors when the broker does not\naccept the requests over a certain size, which is usually due to invalid or inconsistent\nbroker/producer configurations.",
320320
"features": []
321321
},
322+
{
323+
"type": "Gauge",
324+
"name": "project_cache.avg_keys_per_project",
325+
"description": "The ratio between project keys (DSNs) and project IDs, i.e. the average number of keys\nper project.",
326+
"features": []
327+
},
328+
{
329+
"type": "Gauge",
330+
"name": "project_cache.avg_projects_per_org",
331+
"description": "The ratio between project IDs and organization IDs, i.e. the average number of projects per\norganization.",
332+
"features": []
333+
},
322334
{
323335
"type": "Counter",
324336
"name": "project_cache.eviction",

0 commit comments

Comments
 (0)