Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
olksdr committed Nov 8, 2023
1 parent b7f7cc4 commit 0146ffa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/data/relay_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
{
"type": "Counter",
"name": "project_state.request",
"description": "Number of project state HTTP requests.\n\nRelay updates projects in batches. Every update cycle, Relay requests\n`limits.max_concurrent_queries` batches of `cache.batch_size` projects from the upstream.\nThe duration of these requests is reported via `project_state.request.duration`.\n\nNote that after an update loop has completed, there may be more projects pending updates.\nThis is indicated by `project_state.pending`.\n\nThis metric is tagged with:\n- `full`: Either `true` if the full project state is requested or `false` - when the\nlimited project state is requested.",
"description": "Number of project state HTTP requests.\n\nRelay updates projects in batches. Every update cycle, Relay requests\n`limits.max_concurrent_queries` batches of `cache.batch_size` projects from the upstream.\nThe duration of these requests is reported via `project_state.request.duration`.\n\nNote that after an update loop has completed, there may be more projects pending updates.\nThis is indicated by `project_state.pending`.",
"features": []
},
{
Expand All @@ -425,12 +425,6 @@
"description": "Total time in milliseconds spent fetching queued project configuration updates requests to\nresolve.\n\nRelay updates projects in batches. Every update cycle, Relay requests\n`limits.max_concurrent_queries * cache.batch_size` projects from the upstream. This metric\nmeasures the wall clock time for all concurrent requests in this loop.\n\nNote that after an update loop has completed, there may be more projects pending updates.\nThis is indicated by `project_state.pending`.",
"features": []
},
{
"type": "Counter",
"name": "project_state.response",
"description": "Number of project state HTTP responses to the incoming requests.\n\nThis metric tagged with:\n- `full`: Either `true` if the full project state is requested or `false` - when the\nlimited project state is requested.",
"features": []
},
{
"type": "Counter",
"name": "project_upstream.completed",
Expand Down

1 comment on commit 0146ffa

@vercel
Copy link

@vercel vercel bot commented on 0146ffa Nov 8, 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 – ./

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

Please sign in to comment.