oracle / oracle-db-appdev-monitoring

Oracle Database Metrics Exporter supporting de-facto standard Prometheus/OpenTelemetry metrics

Home Page:https://oracle.github.io/oracle-db-appdev-monitoring/

Repository from Github https://github.comoracle/oracle-db-appdev-monitoringRepository from Github https://github.comoracle/oracle-db-appdev-monitoring

[FEATURE] (re)initialize metrics when they are loaded from a file

anders-swanson opened this issue · comments

Metrics are generated each scrape, causing significant churn. If metrics could be initialized when loaded from a file, this could significantly simplify the scrape. A per-database scrape would then only query the database for the metric, update the metric value, and send it to the collector.