Platform
Analytics
View daily evaluation counts and API usage for your feature flags.
Overview
Switchflag tracks evaluation metrics to help you understand how your flags are being used.
What's tracked
For each API request, the following is recorded:
| Metric | Description |
|---|---|
| Project ID | Which project the flag belongs to |
| Environment ID | Which environment was queried |
| Flag Key | Which flag was evaluated |
| Status | HTTP status code (200, 404, 429) |
| Duration | Response time in milliseconds |
Viewing analytics
Navigate to a project's dashboard to see evaluation metrics. Data is aggregated at the daily level.
Rate limit tracking
When a request is rate-limited (429), this is also recorded. You can monitor rate limit hits to determine if you need to adjust your usage patterns.