Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Nov 4, 2024
1 parent d886d88 commit 30dcace
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/data/relay_metrics.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[
{
"type": "Timer",
"name": "body.reading.duration",
"description": "Timing in milliseconds to the time it takes to read an HTTP body.",
"features": []
},
{
"type": "Histogram",
"name": "buffer.dequeue_attempts",
Expand Down Expand Up @@ -727,6 +721,12 @@
"description": "Number of HTTP requests reaching Relay.",
"features": []
},
{
"type": "Timer",
"name": "requests.body_read.duration",
"description": "Timing in milliseconds to the time it takes to read an HTTP body.",
"features": []
},
{
"type": "Timer",
"name": "requests.duration",
Expand Down

0 comments on commit 30dcace

Please sign in to comment.