You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
978 B
17 lines
978 B
# Observability
|
|
|
|
Jackson provides first-class observability on the back of OpenTelemetry. Currently we support the following metrics. Traces and logs are coming soon.
|
|
|
|
Please check the [Environment Variables](./deploy/env-variables.md#opentelemetry-configuration) to configure to enable this feature.
|
|
|
|
## 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 |
|