Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: crash when metric_name contains invalid chars
Prometheus metric name must match the regex [a-zA-Z_:][a-zA-Z0-9_:]* Before this commit, an invalid metric name was causing a crash. https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels
- Loading branch information