diff --git a/src/data/relay_metrics.json b/src/data/relay_metrics.json index d92002ebe5599..1d1704743e305 100644 --- a/src/data/relay_metrics.json +++ b/src/data/relay_metrics.json @@ -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 has a tag `hit` with values `true` or `false`. If false the request will be\nsent to the sentry endpoint.", + "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.", "features": [ "processing" ]