Closed maco1717 closed 3 years ago
Duplicate of #11:
The "namespace" is used as a prefix for the Prometheus metric names. These need to match the regular expression
^[a-zA-Z_:][a-zA-Z0-9_:]*$
(compare https://github.com/prometheus/common/blob/ad540c5ab198ab0c5172f5c6b602a49ab911b5ef/model/metric.go#L25-L28), which is enforced by the Prometheus client library. For this reason, there is no way to have a namespace containing a dash (or any other character not matched by this regexp).
Hi,
I am having issue getting prometheus-nginxlog-exporter to work.
I have tried searching for the solution to my issue but havent found anything.
Any assistance would be appreciated.
Describe the issue I installed prometheus-nginxlog-exporter using the DEB and RPM packages following the instructions on the README.adoc
Configuration file (remove section, if not applicable):
Example log file (remove section, if not applicable):
Environment: