Metrics Analytics
ZyveraWeb integrates with FastStats for anonymous usage metrics. This helps the developers understand how the plugin is used and prioritize improvements.
What Is Tracked
All metrics are aggregated and anonymized:
Counter Metrics
| Metric | Description |
|---|---|
website_requests |
Total requests to static file/web/Node.js sites |
placeholder_requests |
Requests to the PlaceholderAPI endpoint |
players_requests |
Requests to the players API |
nodejs_requests |
Requests handled by Node.js server.js handlers |
certs_issued |
Number of SSL certificates issued via ACME |
Response Code Tracking
Requests are categorized by their HTTP response status:
- Informational (1xx)
- Success (2xx)
- Redirection (3xx)
- Client Error (4xx)
- Server Error (5xx)
In-Memory Metrics
In addition to FastStats, an InMemoryMetrics class provides in-process counters that can be accessed programmatically.
Data Collection Intervals
Metrics are collected and sent periodically by the platform-specific metrics providers.
Disabling Metrics
FastStats provides an opt-out mechanism.
No comments to display
No comments to display