Skip to content

Commit f71330b

Browse files
Adds section for Turnstile Widget Traffic (#19911)
1 parent 61a4be4 commit f71330b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/content/docs/waiting-room/waiting-room-analytics.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,16 @@ Queueing may occur below your configured limits, and active users may sometimes
101101

102102
The New users per minute chart shows how many new users per minute passed through the waiting room to your origin compared to your configured New users per minute target threshold. Like the Active users chart, you can zoom in by highlighting to the left and right of the time period you are interested in, which will update the other chart as well as summary values. As you zoom out, each data point is averaged. Therefore, as you zoom in, values may fluctuate.
103103

104+
### Turnstile Widget Traffic
105+
106+
The Turnstile widget traffic chart shows the number of challenges issued per minute and the distribution of traffic seen with these challenges. Traffic is categorized into three main categories:
107+
108+
- Likely Human - This represents the number of challenges that were successfully solved.
109+
- Likely Bots - This represents the number of unsolved challenges.
110+
- Bots - This represents the number of failed challenges.
111+
112+
If your waiting room has the infinite queue option enabled, you will see a line on the graph representing the number of refresh requests from bots in the infinite queue.
113+
104114
## ​​GraphQL Analytics
105115

106116
You can query your Waiting Room analytics data via GraphQL API. Waiting Room analytics provides near real-time visibility into your Waiting Room, allowing you to visualize the traffic to your application and how it is managed respecting the configured limits.

0 commit comments

Comments
 (0)