Skip to content

new metrics #2494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 16, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/infrastructure/monitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Below is a list of the primary metrics currently available in the SDK:
| `statsig.sdk.initialization` | distribution | `success`, `init_source`, `init_source_api`, `store_populated` | Tracks SDK initialization duration. |
| `statsig.sdk.config_propagation_diff` | distribution | `source`, `source_api`, `lcut*`, `prev_lcut*` | Measures the time difference between the last config updated time vs the time that sdk received the config. |
| `statsig.sdk.config_no_update` | counter | `source`, `source_api` | Tracks occurrences of no configuration updates. |
> **Note**: Tags marked with `*` (such as `lcut` and `prev_lcut`) are high cardinality tags.
| `statsig.sdk.events_successfully_sent_count` | counter | N/A | Tracks number of events sent successfully to the Statsig server. |
| statsig.sdk.sdk_exceptions_count | counter | N/A | Tracks occurrences of unexpected exceptions caught. Note: While this metric captures all exceptions, certain errors (e.g., temporary network connectivity issues or timeouts) are expected to occur occasionally and are generally not cause for concern. Use this metric to identify unexpected or persistent issues that may require investigation. |> **Note**: Tags marked with `*` (such as `lcut` and `prev_lcut`) are high cardinality tags.

### Metric Tags

Expand Down
Loading