As Statsig comes to power your product's features, experiments, metrics and more, observing our SDK's performance can become increasingly important. Starting with our Python SDK, we've built an interface for you to consume your SDK's performance statistics and ingest them into your platform of choice (like Datadog).
Initial support will include the metrics:
statsig.sdk.initialization - which tracks SDK initialization duration
statsig.sdk.config_propagation_diff - which measures the difference between a config's update time and when it reaches your SDK, and
statsig.sdk.config_no_update - which tracks occurrences where there are no config updates.
If you'd prefer to not integrate with your SDKs, similar data is available in the Statsig console alongside your SDK Keys & Secrets. If you'd like to see support for this in another SDK, let us know in Slack!