oracledb_exporter icon indicating copy to clipboard operation
oracledb_exporter copied to clipboard

Prometheus Oracle database exporter.

Results 130 oracledb_exporter issues
Sort by recently updated
recently updated
newest added

## I'm submitting a ... - [ ] bug report - [x] feature request ## What is the current behavior? ## If the current behavior is a bug, please provide...

## I'm submitting a ... - [x] feature request ## What is the current behavior? ``` user@host ~ $ DATA_SOURCE_NAME='oracle://exporter:password@localhost:1521/+ASM?DBA PRIVILEGE=sysasm' /usr/bin/oracle_exporter --default.metrics "/etc/oracle_exporter/asm-metrics.toml" --web.listen-address host.domain.de:9161 ts=2023-08-07T14:35:20.066Z caller=collector.go:262 level=error Errorpingingoracle:="ORA-15000:...

Hello, Is it possible to scrape for log metrics in this exporter? I have tried including this is custom-metrics.toml but nothing happens: [[log]] context = "orderpdb_alertlogs" logdesc = "alert logs...

## I'm submitting a ... - [ ] bug report - [x] feature request ## What is the current behavior? I tried using the /scrape endpoint but found out it...

- [ X] bug report ## What is the current behavior? Following the example in the README, I have tried to add `connect_timeout` like so export DATA_SOURCE_NAME=oracle://user:password@myhost:1521/service?connect_timeout=30 It returns this...

- [X] feature request ## What is the current behavior? The connection URL is defined by an environmental variable. Without using Docker, this means only one exporter can run on...

The sample dashboard link (**An example Grafana dashboard is available here(https://grafana.com/dashboards/3333**) is broken in Readme.md files.

help wanted
doc
good first issue

## I'm submitting a ... - [ ] bug report - [x] feature request When oracledb_exporter is executed, an error occurs at line 262 of collector.go. The error is "the...

I am trying to connect to adb through wallet in oracledb_exporter container and wallet is at /tmp/wallet location. Below are the debug logs. Unable to understand the issue as first...

## I'm submitting a ... - [ ] bug report - [] feature request ## What is the current behavior? Unable to connect to Oracle DB when using "as sysdg"...