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
- Ensure your custom metric names comply with OpenTelemetry and [Prometheus limitations](https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). Such as:
260
+
- Only contain valid symbols of ASCII letters, numbers, or `_`.
261
+
- Metric names must not start with a number.
262
+
251
263
## Health alerts
252
264
253
265
Health alerts happen when the load generator has high resource utilization.
@@ -367,6 +379,7 @@ For all insights and their identifiers, refer to the table below:
367
379
| Too Many Metrics |`best_practice_too_many_metrics`|`best_practice`|
368
380
| Too Many Time Series |`best_practice_too_many_time_series`|`best_practice`|
369
381
| Outdated k6 Release Used |`best_practice_outdated_k6_release_used`|`best_practice`|
0 commit comments