oracledb_exporter
oracledb_exporter copied to clipboard
Prometheus Oracle database exporter.
## I'm submitting a ... - [X] bug report - [ ] feature request ## What is the current behavior? A tnsnames.ora file is being created but the exporter is...
## I'm submitting a ... - [x] bug report - [ ] feature request ## What is the current behavior? When reading histogram data from V$EVENT_HISTOGRAM_MICRO view on a reasonably...
## I'm submitting a ... - [X] bug report - [ ] feature request ## What is the current behavior? After update the oracle exporter version, metricsDesc shows always the...
./oracledb_exporter --web.listen-address=:9161 --default.metrics=default-metrics.toml INFO[0000] Starting oracledb_exporter 0.3.0rc1 source="main.go:540" INFO[0000] Successfully loaded default metrics from: default-metrics.toml source="main.go:515" INFO[0000] No custom metrics defined. source="main.go:530" ERRO[0000] Error pinging oracle: ORA-12541: TNS:no listener source="main.go:212"...
## I'm submitting a ... - [X] bug report - [ ] feature request ## What is the current behavior? Everytime I start the image ghcr.io/iamseth/oracledb_exporter on RHEL7, it exits...
Hi there, I currently have Oracle instant client 18.5 installed on linux. I am trying to upgrade to version 0.4.3 from 0.3.0, but there seems to be no version compatibility...
Hi @Yannig, you did a PR where logger was changed: https://github.com/iamseth/oracledb_exporter/pull/243/files Old logs looks like: New implementation in latest build: Please note that all logs lack of whitespaces I suggest...
Please consider adding application version information into the application metrics that are output along with the default golang based metrics. It would be great to have a version command line...
Dear All, I have run oracledb_exporter as systemctl services , getting error. service detail : [Unit] Description=Service for oracle telemetry client After=network.target [Service] Type=oneshot Environment="DATA_SOURCE_NAME=user/pwd@//ip:1527/GBSNPRD?connect_timeout=5&transport_connect_timeout=3&retry_count=3" Environment="LD_LIBRARY_PATH=/rdbms/app/oracle/19c/db/lib"" Environment="ORACLE_HOME=/rdbms/app/oracle/19c/db" Environment="CUSTOM_METRICS=/etc/oracledb_exporter/custom-metrics.toml" ExecStart=/usr/local/bin/oracledb_exporter \...
Hello! We need to create some metrics that should made requests to OracleDB with period 1 request/per minute. How I can realize that? Thanks!