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

The collector is repeatedly connecting to the database. why this operation causes the CPU to increase and the memory to increase?Whether the exporter can be stopped after multiple connection failures?

panic: interface conversion: interface {} is nil, not stringgoroutine 20 [running]: main.GeneratePrometheusMetrics(0xc000146240, 0xc000010ae0, 0xc00012c320, 0x98, 0x0, 0x0) /home/travis/gopath/src/github.com/iamseth/oracledb_exporter/main.go:313 +0x6a0 main.ScrapeGenericValues(0xc000146240, 0xc00016a420, 0xc000148770, 0x8, 0x0, 0x0, 0x0, 0xc0001b8000, 0x0, 0x0, ...)...

- [x] question ## What is the current behavior? According to the documentation, the DATA_SOURCE_NAME needs to have the following string format (containing the user and pass): "Ensure that the...

I have Oracle RAC, I would like to collect metrics from two instances (nodes, ora01 and ora02) ## What is the current behavior? I tried to specify them through a...

Hi, Thanks for the good work on the oracle exporter for go, but i have an issue while attempting to connect to a tcps only enabled database and details as...

## I'm submitting a ... - [X] question ## What is the current behavior? Unable to obtain text from "SELECT banner FROM v$version;", SELECT instance_number, version_full, status, edition, database_type FROM...

## I'm submitting a documentation issue in README.md ## What is the current behavior? export DATA_SOURCE_NAME=oracle://user:password@primaryhost:1521,standbyhost:1521/+ASM?as=sysdba ## What is the expected behavior? export DATA_SOURCE_NAME=oracle://user:password@primaryhost:1521,standbyhost:1521/+ASM?dba privilege=sysdba Version: 0.5.2

## I'm submitting a ... - [ ] bug report - [ x] feature request ## What is the current behavior? One to one relation between application and environment variable...

# Description Fixes # 459 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) # How Has This...

https://github.com/iamseth/oracledb_exporter/blame/29c8869cf60dc5b318236000f09fb69e92846620/collector/collector.go#L316 There is a race condition here, all the goroutines started using function f reference directly the err variable. When more than one change it at the same or close...