Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Aug 6, 2024
1 parent ad06f74 commit 64ae970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/relay_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
{
"type": "Counter",
"name": "project_state.redis.requests",
"description": "Number of times a project state is requested from the central Redis cache.\n\nThis metric is tagged with:\n- `hit`: One of:\n- `revision`: the cached version was validated to be up to date using its revision.\n- `project_config`: the request was handled by the cache.\n- `project_config_revision`: the request was handled by the cache and the revision did\nnot change.\n- `false`: the request will be sent to the sentry endpoint.",
"description": "Number of times a project state is requested from the central Redis cache.\n\nThis has a tag `hit` with values `true` or `false`. If false the request will be\nsent to the sentry endpoint.",
"features": [
"processing"
]
Expand Down

0 comments on commit 64ae970

Please sign in to comment.