diff --git a/src/data/relay_metrics.json b/src/data/relay_metrics.json index d5852525548c2..b6a3362b9d615 100644 --- a/src/data/relay_metrics.json +++ b/src/data/relay_metrics.json @@ -787,6 +787,12 @@ "description": "Time spent on minidump scrubbing.\n\nThis is the total time spent on parsing and scrubbing the minidump. Even if no PII\nscrubbing rules applied the minidump will still be parsed and the rules evaluated on\nthe parsed minidump, this duration is reported here with status of \"n/a\".\n\nThis metric is tagged with:\n\n- `status`: Scrubbing status: \"ok\" means successful scrubbed, \"error\" means there\nwas an error during scrubbing and finally \"n/a\" means scrubbing was successful\nbut no scurbbing rules applied.", "features": [] }, + { + "type": "Counter", + "name": "server.http.accepted", + "description": "Incremented every time the server accepts a new connection.", + "features": [] + }, { "type": "Counter", "name": "server.starting",