We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The metric name "oracledb_tablespace_free" does not follow the Prometheus naming best practices documented here: https://prometheus.io/docs/practices/naming/
A change would need to be done in the following lines: https://github.com/iamseth/oracledb_exporter/blob/master/default-metrics.toml#L48 https://github.com/iamseth/oracledb_exporter/blob/master/default-metrics.toml#L55 I am not sure about this line https://github.com/iamseth/oracledb_exporter/blob/master/default-metrics.toml#L17 but it looks like this one too should be "free_bytes"
Expected metric name would be "oracledb_tablespace_free_bytes"
The text was updated successfully, but these errors were encountered:
Hi,
The name is quite old. If we change it, it will broke existing dashboards.
But you can do a PR if you want to change it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'm submitting a ...
What is the current behavior?
The metric name "oracledb_tablespace_free" does not follow the Prometheus naming best practices documented here: https://prometheus.io/docs/practices/naming/
A change would need to be done in the following lines:
https://github.com/iamseth/oracledb_exporter/blob/master/default-metrics.toml#L48
https://github.com/iamseth/oracledb_exporter/blob/master/default-metrics.toml#L55
I am not sure about this line https://github.com/iamseth/oracledb_exporter/blob/master/default-metrics.toml#L17 but it looks like this one too should be "free_bytes"
What is the expected behavior?
Expected metric name would be "oracledb_tablespace_free_bytes"
The text was updated successfully, but these errors were encountered: