oracledb_exporter
oracledb_exporter copied to clipboard
Prometheus Oracle database exporter.
Hi I have followed the instructions to install on Windows64 bit but stuck at the below step. Can you please give me the full command for building -oracledbn_exporter? Next build...
Hello, I'm a Chinese beginner. Now I want to customize monitoring oracle I'm using custom metric to collect my database information, but when i start my oracledb_exporter, I got the...
## Q 1  - For example, as shown above, it is possible to distinguish the fields that are received by each sql statement in the field of prometheus.labels.instance, but...
hello , Yannig I use docker to monitor oracle database 11g on AIX 6.1,but it can not get data from db host
## problem error ` time="2021-10-13T01:08:19Z" level=error msg="error gathering metrics: collected metric \"oracledb_performance_serial\" { label: label: label: label: label: label: label: label: label: label: label: label: label: gauge: } was collected...
**yaml file:** ``` context = "user_sessions" labels = [ "status" ] metricsdesc = { count="Gauge metric with number of user sessions by status." } request = "SELECT status, count(*) as...
Hi, Thanks for a great exporter! I am running multiple instances of the exporter (4) for different oracledb instaces and it all worked well for a couple of days but...
When using the option `fieldtoappend`, labels are not exported. Seems like the solution is to change this line [`main.go:401`](https://github.com/iamseth/oracledb_exporter/blob/master/main.go#L401): ```go ch
Trying to configure the SSL cert. However, the it show "oracledb_exporter: error: unknown long flag '--web.ssl-server-cert', try --help" --web.ssl-server-cert string Path to the PEM encoded certificate file. --web.ssl-server-key string Path...
We are using oracledb_exporter to pull metrics from DB. I need certain custom queries to be called every 5 minutes and some to called every 1 hour. How to achieve...