You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -418,12 +418,11 @@ Authentication activities also add `hashgate.content_hash.validated` when the re
418
418
|`hashgate.auth.duration`| Histogram |`ms`| Duration of HMAC authentication attempts |
419
419
|`hashgate.replay_protection.checks`| Counter |`{check}`| Number of HMAC replay protection checks |
420
420
|`hashgate.replay_protection.replays`| Counter |`{replay}`| Number of rejected replayed HMAC signatures |
421
-
|`hashgate.endpoint.requests`| Counter |`{request}`| Number of rate-limited endpoint requests resolved by HashGate |
422
421
|`hashgate.rate_limit.rejections`| Counter |`{rejection}`| Number of requests rejected by HashGate rate limiting |
423
422
|`hashgate.rate_limit.provider.lookup`| Counter |`{lookup}`| Number of per-client rate limit provider lookups |
424
423
|`hashgate.rate_limit.provider.miss`| Counter |`{miss}`| Number of per-client rate limit provider lookups that fell back to default limits |
425
424
426
-
Authentication metrics include `hashgate.auth.scheme`, `hashgate.auth.result`, `hashgate.client`, `hashgate.endpoint`, and, for failures, `hashgate.auth.failure_reason`. Use `hashgate.auth.requests` grouped by `hashgate.client` and `hashgate.endpoint` to track which clients are using which API endpoints. Replay protection metrics include `hashgate.replay_protection.result`. Rate limit metrics include `hashgate.rate_limit.policy`; endpoint request metrics also include `hashgate.client` and `hashgate.endpoint`; provider lookup metrics also include `hashgate.rate_limit.provider_found`.
425
+
Authentication metrics include `hashgate.auth.scheme`, `hashgate.auth.result`, `hashgate.client`, `hashgate.endpoint`, and, for failures, `hashgate.auth.failure_reason`. Use `hashgate.auth.requests` grouped by `hashgate.client` and `hashgate.endpoint` to track which clients are using which API endpoints. Replay protection metrics include `hashgate.replay_protection.result`. Rate limit metrics include `hashgate.rate_limit.policy`; provider lookup metrics also include `hashgate.rate_limit.provider_found`.
0 commit comments