Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iker-barriocanal committed Nov 10, 2023
1 parent 6b308b1 commit 740a9dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/relay_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,12 @@
"description": "Number of times an upstream request for a project config is completed.\n\nCompletion can be because a result was returned or because the config request was\ndropped after there still was no response after a timeout. This metrics has tags\nfor `result` and `attempts` indicating whether it was succesful or a timeout and how\nmany attempts were made respectively.",
"features": []
},
{
"type": "Counter",
"name": "project_upstream.failed",
"description": "Number of times an upstream request for a project config failed.\n\nFailure can happen, for example, when there's a network error. Refer to\n[`UpstreamRequestError`](crate::actors::upstream::UpstreamRequestError) for all cases.",
"features": []
},
{
"type": "Timer",
"name": "replay.recording.process",
Expand Down

0 comments on commit 740a9dd

Please sign in to comment.