oracledb_exporter
oracledb_exporter copied to clipboard
Prometheus Oracle database exporter.
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.0. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.19.0 What's Changed The module prometheus/common v0.48.0 introduced a bug when used together with client_golang. If your project...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.45.0 to 0.48.0. Release notes Sourced from github.com/prometheus/common's releases. v0.48.0 This release will require changes of code that relies on direct access to content-type format strings. See...
Bumps [github.com/sijms/go-ora/v2](https://github.com/sijms/go-ora) from 2.8.5 to 2.8.9. Release notes Sourced from github.com/sijms/go-ora/v2's releases. v2.8.9: fix timeout issue No release notes provided. v2.8.8: new connection break + lob prefetch up to 1...
## I'm submitting a ... - [ ] bug report - [x] feature request ## What is the current behavior? We would like to run queries with different execution times....
## I'm submitting a ... issue: ## What is the current behavior? I have 22 metrices in my toml file in which most of them have the execution time of...
My oracle version 19.3 i have error "missing port in address" my Data_source_name is export DATA_SOURCE_NAME=oracle://username:passwd@ip address:1521/server_name what's the problemn? help me help me help me
# Description * Added yaml parser for more readable configs. toml is also still supported. * Enchanced log messages: use key-value syntax, added warning message when fallback to hard-coded default...
After running for a period of time, the following error always occurs, causing the program to exit abnormally. ---------------------------------------------------------------------------------------------------- panic: runtime error: invalid memory address or nil pointer dereference [signal...
# Description Another way to configure DSN. This is relevant for Windows systems, where it is difficult to forward an environment variable ## Type of change - [+] New feature...
Hello, I am testing oracledb_exporter on Oracle DB 12C and 19C, metrics from the exporter are sent to prometheus, but no data is received on the grafana control panel, there...