Skip to content

Commit

Permalink
Add dsync metrics (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran K authored Sep 18, 2023
1 parent 8d3bb8e commit cc3d3e0
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/jackson/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ Please check the [Environment Variables](./deploy/env-variables.md#opentelemetry

## Metrics

| Name | Description | Type |
| --------------------------- | ---------------------------------------- | ----- |
| `jackson.connection.create` | Number of SSO Connection create requests | Count |
| `jackson.connection.get` | Number of SSO Connection get requests | Count |
| `jackson.connection.delete` | Number of SSO Connection delete requests | Count |
| `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 |
| Name | Description | Type |
| --------------------------------- | --------------------------------------------------- | ----- |
| `jackson.connection.create` | Number of SSO Connection create requests | Count |
| `jackson.connection.get` | Number of SSO Connection get requests | Count |
| `jackson.connection.delete` | Number of SSO Connection delete requests | Count |
| `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 |
| `jackson.dsync.connection.create` | Number of directory sync connection create requests | Count |
| `jackson.dsync.connection.get` | Number of directory sync connection get requests | Count |
| `jackson.dsync.connection.delete` | Number of directory sync connection delete requests | Count |

0 comments on commit cc3d3e0

Please sign in to comment.