Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
65 changes: 0 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/content/docs/realtime/turn/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

You can break down your data by the following dimensions:

- **Time aggregations**: `datetime`, `datetimeMinute`, `datetimeFiveMinutes`, `datetimeFifteenMinutes`, `datetimeHour`
- **Time aggregations**: `datetimeMinute`, `datetimeFiveMinutes`, `datetimeFifteenMinutes`, `datetimeHour`
- **Geographic**: `datacenterCity`, `datacenterCountry`, `datacenterRegion` (Cloudflare data center location)
- **Identity**: `keyId`, `customIdentifier`, `username`

Expand Down Expand Up @@ -114,7 +114,7 @@
"datetimeFiveMinutes": "2025-12-02T03:45:00Z"
},
"sum": {
"egressBytes": 207314144,

Check warning on line 117 in src/content/docs/realtime/turn/analytics.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-year

Potential year found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)
"ingressBytes": 8534200
}
},
Expand Down Expand Up @@ -408,7 +408,7 @@
"datacenterRegion": "ENAM"
},
"sum": {
"egressBytes": 47720931316,

Check warning on line 411 in src/content/docs/realtime/turn/analytics.mdx

View workflow job for this annotation

GitHub Actions / Semgrep

semgrep.style-guide-potential-date-year

Potential year found. Documentation should strive to represent universal truth, not something time-bound. (add [skip style guide checks] to commit message to skip)
"ingressBytes": 19351966366
}
},
Expand Down
Loading