oracledb_exporter
oracledb_exporter copied to clipboard
Prometheus Oracle database exporter.
I am not here to report an issue but I have more of a question about the oracle exporter's behavior. I am running the exporter in a pod/container and we...
## default-metrics.toml ```sql [[metric]] context = "sessions" metricsdesc = {rownum ="rownum", value= "value" } request = "SELECT rownum ,1 as value FROM v$session" ``` ## oracle SQL Developer query result...
Our custom SQL creates a huge amount of metrics - more than 1000. It seems that there is a point where oracledb_exporter does not provide any response (timeout on port...
Hi, Unable to Download binary file oracledb_exporter - please help in locating https://github.com/iamseth/oracledb_exporter/releases e.g. 'oracledb_exporter.0.2.2.linux-amd64.tar.gz' and unzip it. You will get a folder 'oracledb_exporter.0.2.2.linux-amd64' which conatins two files: default-metrics.toml oracledb_exporter...
Hello! My "oracledb_export" query always times out. I use binary files. There are only "default-metrics.toml" and "oracledb_exporter". How can I set the query time? How many seconds is the default...
ISSUE: The older version of oracledb_exporter crashes frequently. Workaround: Tried to build [0.3.2] from source and unable to proceed further because of various packages dependencies cannot find package "github.com/cespare/xxhash/v2 github.com/matttproud/golang_protobuf_extensions/pbutil...
The service runs and is able to scrape metrics for about 30 minutes and then it crashes. Don't see much info in journalctl logs even though I do have the...
We are using OracelDB_exporter with the CUSTOM metrics and we are migrating into RDS now and have few questions. 1) Can we reuse the same OracleDB_exporter for RDS?. 2) If...
how can debug oracledb_exporter on windows goland ?