You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/deployment-self-hosting/scaling-and-performance/using-influxdb-for-analytics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ data
54
54
|> to(bucket: "default_downsampled_15m")
55
55
```
56
56
57
-
Once this task has run, and you have made some flag evaluations with analytics enabled (see documentation [here](/managing-flags/flag-analytics) for information on this), you should see data in the 'Analytics' tab against each feature in your dashboard.
57
+
Once this task has run, and you have made some flag evaluations with analytics enabled (see documentation [here](/managing-flags/flag-analytics) for information on this), you should see data in the 'Usage' tab against each feature in your dashboard.
58
58
59
59
8. Create another new task with the following query. This will downsample your per-millisecond API request data down to 1-hour blocks for faster queries. Set it to run every 1 hour.
Copy file name to clipboardExpand all lines: docs/docs/managing-flags/flag-analytics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ sidebar_position: 20
8
8
9
9
Flag analytics allow you to track how often individual flags are evaluated within the Flagsmith SDK.
10
10
11
-
To view Analytics for a particular flag, browse to the relevant environment and click on a single flag to edit that flag.
11
+
To view Analytics for a particular flag, browse to the relevant environment and click on a single flag to edit that flag. Analytics are displayed in the _Usage_ tab alongside Code References.
0 commit comments