Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iker-barriocanal committed Aug 18, 2023
1 parent 91d4466 commit bb9ec83
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/data/relay_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,18 @@
"description": "Number of outcomes and reasons for rejected Envelopes.\n\nThis metric is tagged with:\n- `outcome`: The basic cause for rejecting the event.\n- `reason`: A more detailed identifier describing the rule or mechanism leading to the\noutcome.\n- `to`: Describes the destination of the outcome. Can be either 'kafka' (when in\nprocessing mode) or 'http' (when outcomes are enabled in an external relay).\n\nPossible outcomes are:\n- `filtered`: Dropped by inbound data filters. The reason specifies the filter that\nmatched.\n- `rate_limited`: Dropped by organization, project, or DSN rate limit, as well as exceeding\nthe Sentry plan quota. The reason contains the rate limit or quota that was exceeded.\n- `invalid`: Data was considered invalid and could not be recovered. The reason indicates\nthe validation that failed.",
"features": []
},
{
"type": "Counter",
"name": "global_config.fetch",
"description": "Number of global config fetches from upstream. Only 2XX responses are\nconsidered and ignores send errors (e.g. auth or network errors).\n\nThis metric is tagged with:\n- `success`: whether deserializing the global config succeeded.",
"features": []
},
{
"type": "Timer",
"name": "global_config.requests.duration",
"description": "Total time spent to send a request and receive the response from upstream.",
"features": []
},
{
"type": "Histogram",
"name": "http_queue.size",
Expand Down

1 comment on commit bb9ec83

@vercel
Copy link

@vercel vercel bot commented on bb9ec83 Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev

Please sign in to comment.