floyd871 / prometheus_oracle_exporter

Prometheus Oracle Database exporter
MIT License
109 stars 77 forks source link

Reusable Queries #57

Open cfazzini opened 4 years ago

cfazzini commented 4 years ago

It would be a nice if it was possible to define a query outside of the connection definition. Then it could be referenced in the connection settings. This way a single query could be reused by multiple connections, and be updated in one place.