Hi, The faulty metric name is not shown in https://github.com/jupp0r/prometheus-cpp/blob/master/core/src/family.cc#L23. Ideally, the name would be added at the end, as in the Python client version: https://github.com/prometheus/client_python/blob/master/prometheus_client/validation.py#L47. The same applies to the label name.
Hi,
The faulty metric name is not shown in https://github.com/jupp0r/prometheus-cpp/blob/master/core/src/family.cc#L23.
Ideally, the name would be added at the end, as in the Python client version:
https://github.com/prometheus/client_python/blob/master/prometheus_client/validation.py#L47.
The same applies to the label name.