oracle-db-appdev-monitoring
oracle-db-appdev-monitoring copied to clipboard
Metrics exporter and samples for unified observability for data-centric app dev and microservices
Have deployed exporter using Docker Compose and passed --scrape.interval=15s as below: ``` exporter-oracle: image: container-registry.oracle.com/database/observability-exporter:1.5.2 container_name: exporter-oracle command: '--scrape.interval=15s' ports: - 9161:9161 restart: unless-stopped environment: - DB_USERNAME=**** - DB_PASSWORD=**** -...
Add a metadata field to the metadata definition file to allow the metrics definition to include information about whether the metric is applicable for a CDB only, or PDB also,...
## Summary Exporter uses arbitrary "database" label which causes conflict if query returns column with the same name/alias. I understand this can be easily avoided by changing name of column...
## Description Exporter stopped working on 9161 port inside and outside the container without crashing the container. ## Steps to Reproduce Don't know exactly how to reproduce the behaviour, but...
Bumps [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk) from 65.103.0 to 65.104.1. Release notes Sourced from github.com/oracle/oci-go-sdk/v65's releases. 65.104.1 Added Support for image lookup by URI in OCI Registry in the Generic Artifacts service Support for...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.13.0 to 1.13.1. Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases. sdk/azidentity/v1.13.1 1.13.1 (2025-11-10) Bugs Fixed AzureCLICredential quoted arguments incorrectly on Windows Commits 6bb9b03 azidentity v1.13.1 (#25574) e18dbd7 Increment...
## Description one of our docker container regularly crash with this kind of messages **SIGSEGV: segmentation violation**. and dump the whole memory stack after that. ## Steps to Reproduce I'm...
I'm currently using Oracle DB Exporter to expose database metrics to Prometheus and visualize them in Grafana. I’d like to understand the best-practice approach for setting up High Availability (HA)...
## Summary Add alert log metrics and dashboard as custom metrics.
Metrics are generated each scrape, causing significant churn. If metrics could be initialized when loaded from a file, this could significantly simplify the scrape. A per-database scrape would then only...