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 using the oracledb_exporter version 0.4.3. I using "tnsnames.ora" for db connection and then started the container with DATA_SOURCE_NAME tns alias. In the prometheus configuration i'm using these parameters: ```...

I'm submitting a feature request When I use the exporter for a query: SELECT column1, column2, column3, column4 from tablex; it should provide the output as following vector format (like...

## I'm submitting a ... - [ ] bug report - [x] feature request ## What is the current behavior? The metric name "oracledb_tablespace_free" does not follow the Prometheus naming...

## I'm submitting a ... - [X ] bug report ## What is the current behavior? With 0.5.0/0.5.1 there is an error "missing port in address" on the exporter log...

Hi! I was unsuccessfully trying to use /scrape endpoint in the last release of the exporter (0.5.1). Since version 0.5.0 it is not possible to send a http request to...

![image](https://github.com/iamseth/oracledb_exporter/assets/94180137/90367b58-1f15-4587-a74a-249931436b3b) multiple target request error reporting How to solve it?

When trying to upgrade the exporter from 0.3.2 to 0.5.1, we are running into issues related to: - Use of tnsnames.ora is ignored (as I'm assuming this is due to...

## I'm submitting a ... - [x] bug report - [ ] feature request ## What is the current behavior? On my Data Source Name if I put Primary and...

## I'm submitting a ... - [ ] bug report regarding "Unsupported value type" error. We use Oracle exporter 2.45 on our environment and I would like to create metrics...

Errorpingingoracle:="the server use charset with id: 846 which is not supported by the driver SQL> SELECT NLS_CHARSET_ID('KO16MSWIN949') FROM DUAL; NLS_CHARSET_ID('KO16MSWIN949') ------------------------------ 846 SQL> select * from nls_database_parameters where parameter like...