Skip to content

Commit 1458aee

Browse files
committed
1 parent ceba822 commit 1458aee

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/data/relay_metrics.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -319,18 +319,6 @@
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-
},
334322
{
335323
"type": "Counter",
336324
"name": "project_cache.eviction",
@@ -349,12 +337,6 @@
349337
"description": "Number of times a project is looked up from the cache.\n\nThe cache may contain and outdated or expired project state. In that case, the project state\nis updated even after a cache hit.",
350338
"features": []
351339
},
352-
{
353-
"type": "Gauge",
354-
"name": "project_cache.keys_accessed",
355-
"description": "The number of accessed projects per second.\n\nThis is intended as a temporary metric, can be removed once the experiment is over.",
356-
"features": []
357-
},
358340
{
359341
"type": "Counter",
360342
"name": "project_cache.miss",

0 commit comments

Comments
 (0)