nexogen-international / Nexogen.Libraries.Metrics

Library for collecting application metrics in .NET and exporting them to Prometheus
MIT License
61 stars 9 forks source link

Validate label names correctly #5

Closed ahoka closed 7 years ago

ahoka commented 7 years ago

Use the proper regex for label names and don't expose regex directly, but use a validation function.

ahoka commented 7 years ago

Still needs a test case!