You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/relay_metrics.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,18 @@
71
71
"description": "Number times the envelope buffer spools to disk.",
72
72
"features": []
73
73
},
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.",
0 commit comments