oracledb_exporter
oracledb_exporter copied to clipboard
Prometheus Oracle database exporter.

I think it's better if we stay in sync with Prometheus community and use their toolkit.
custom-metrics.toml ---- ```toml [[metric]] context = "user_data" labels = [ "mac_addr" ] metricsdesc = { status_flag = "status_flag." } request = "SELECT mac_addr,status_flag FROM user_data" ``` oracle SQL Developer query...
time="2021-12-27T11:35:58Z" level=info msg="Starting oracledb_exporter master" source="main.go:543" time="2021-12-27T11:35:58Z" level=info msg="Successfully loaded default metrics from: default-metrics.toml" source="main.go:518" time="2021-12-27T11:35:58Z" level=info msg="Successfully loaded custom metrics from: /custom-metrics.toml" source="main.go:528" time="2021-12-27T11:35:58Z" level=error msg="Error pinging oracle: driver:...
It would be nice to be able to split custom metrics into multiple files. The use case I have is a kustomization base that should include some basic custom metrics,...
Would need help to understand how the agent executes database queries – sequentially or in parallel when there are multiple queries need to run? Does it request one DB connection...
time="2022-06-13T18:17:00Z" level=error msg="Error scraping for resource _ map[current_utilization:Generic counter metric from v$resource_limit view in Oracle (current value). limit_value:Generic counter metric from v$resource_limit view in Oracle (UNLIMITED: -1).] : No metrics...
I'd like to be able to see the DB host as a metrics label (eg: taken from the DSN). Not sure how easy that is given the various formats of...
Hi, I want to know whether we can login database as 'sqlplus / as sysasm' by our exporter?
I can't find the executable in the code oracledb_exporter