Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Dec 26, 2024
1 parent b914da8 commit ee2c6e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/jackson/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Please check the [Environment Variables](./deploy/env-variables.md#opentelemetry
| `jackson.oauth.authorize` | Number of oauth authorize requests | Count | ---- |
| `jackson.oauth.token` | Number of oauth token requests | Count | ---- |
| `jackson.oauth.userinfo` | Number of oauth user info requests | Count | ---- |

From `v1.35.1` the following additional metrics are available:

| Name | Description | Type | Tags |
| --------------------------- | ---------------------------------------- | ----- | ---- |
| `jackson.oauth.authorize.error` | Number of oauth authorize errors | Count | **protocol**: `saml`,`oidc`,`saml-federated`,`oidc-federated` ; **login_type**: `sp-initiated`,`idp-initiated` |
| `jackson.oauth.token.error` | Number of oauth token errors | Count | **protocol**: `saml`,`oidc`,`saml-federated`,`oidc-federated` ; **login_type**: `sp-initiated`,`idp-initiated` |
| `jackson.oauth.userinfo.error` | Number of oauth user info errors | Count | **protocol**: `saml`,`oidc`,`saml-federated`,`oidc-federated` ; **login_type**: `sp-initiated`,`idp-initiated` |
Expand Down

0 comments on commit ee2c6e0

Please sign in to comment.