Skip to content

Commit 60ecf07

Browse files
committed
1 parent d7d3110 commit 60ecf07

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
@@ -71,6 +71,18 @@
7171
"description": "Number times the envelope buffer spools to disk.",
7272
"features": []
7373
},
74+
{
75+
"type": "Counter",
76+
"name": "cogs.raw",
77+
"description": "All COGS tracked values before aggregation.\n\nThis metric is tagged with:\n- `resource_id`: The COGS resource id.\n- `app_feature`: The COGS app feature.",
78+
"features": []
79+
},
80+
{
81+
"type": "Counter",
82+
"name": "cogs.usage",
83+
"description": "All COGS tracked values.\n\nThis metric is tagged with:\n- `resource_id`: The COGS resource id.\n- `app_feature`: The COGS app feature.",
84+
"features": []
85+
},
7486
{
7587
"type": "Counter",
7688
"name": "event.accepted",

0 commit comments

Comments
 (0)