cerb.service.token.uses
Description
This counter tracks each authentication using a service token – anonymous, privileged access to endpoints like /cron, /debug, and /update.
Use this metric to monitor cron health (e.g. confirm cron:maint is invoked once a day), spot misconfigured monitoring tools that share a single token across many checks, or detect unexpected traffic on a particular scope.
Dimensions
| Dimension | Description |
|---|---|
| token_id | The service token that authenticated |
| scope | The endpoint scope used by the token (e.g. cron:maint, debug:status, update) |
| client_ip | The IP address of the client presenting the token |