iamseth / oracledb_exporter

Prometheus Oracle database exporter.
MIT License
479 stars 237 forks source link

Issues with Default-metrics-toml queries - "no metrics found while parsing" #248

Open kr2792 opened 2 years ago

kr2792 commented 2 years ago

Good day to you 👏

I've installed the oracledb_exporter version 0.3.0 as binary package. It's set up and shows some of the the metrics which prometheus then scrapes from.

There's some problems with a few queries in the default-metrics file.

Is it a permissions issue at my hand or is something else?

Any help is appreciated. 👍

Acsigen commented 1 year ago

Please run your query with sqlplus(don't forget to add ; when doing it) and check if you get an error. I had this kind of issue when the label was not found because I had a typo in the query and no data was returned.