Skip to content

Commit 27cba70

Browse files
committed
1 parent e0654b1 commit 27cba70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data/relay_metrics.json

+6
Original file line numberDiff line numberDiff line change
@@ -787,6 +787,12 @@
787787
"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.",
788788
"features": []
789789
},
790+
{
791+
"type": "Counter",
792+
"name": "server.http.accepted",
793+
"description": "Incremented every time the server accepts a new connection.",
794+
"features": []
795+
},
790796
{
791797
"type": "Counter",
792798
"name": "server.starting",

0 commit comments

Comments
 (0)