oracle-db-appdev-monitoring icon indicating copy to clipboard operation
oracle-db-appdev-monitoring copied to clipboard

Metrics exporter and samples for unified observability for data-centric app dev and microservices

Results 60 oracle-db-appdev-monitoring issues
Sort by recently updated
recently updated
newest added

## Summary Integrate [GoldenGate](https://www.oracle.com/integration/goldengate/) metrics to the Oracle Database Metrics Exporter. Specific GoldenGate metrics related to cache, lag, etc. are queryable from the database host. ## Motivation Provide out-of-the-box support...

enhancement

## Summary The current testing environment supports 23ai only. Add a secondary test environment for 19c. ## Motivation Better support for 19c users from metrics exporter is required. Many Oracle...

enhancement

The Average Active Sessions metric is an important performance metric to shows the overall database load and health

Create a new integration tests module that runs and verifies the features of the exporter. - secrets load (oci, azure, etc.) - scrape intervals, query timeouts, and other custom metric...

[[metric]] context = "job_scheduler" metricsdesc = {parameter="dummy parameter"} labels = ["job_name","job_creator","job_type","job_priority","last_start_date","repeat_interval","enabled","auto_drop","restart_on_recovery","restart_on_failure","state","run_count","failure_count","retry_count","last_run_duration","next_run_date"] request = "select job_name, job_creator, job_type, job_priority, last_start_date , repeat_interval, enabled, auto_drop, restart_on_recovery, restart_on_failure, state, run_count, failure_count, retry_count, last_run_duration,...

I’m trying to configure the Oracle DB Observability Exporter (v1.6.0) to retrieve the database password from OCI Vault using Instance Principals. I am passing OCI_VAULT_ID OCI_VAULT_SECRET_NAME I am seeing this...

provide a `exadata.toml` file with metrics using `GV$CELL_*` queries to monitor Exadata-specific metrics like smart scans, flash cache, and I/O stats.

Allow the metrics exporter to load database username and password from the AWS Secrets Manager service.

Allow database exporter to load the username/password from the GCP Secrets Manager service.

Add Signoz dashboard to the project and documentation.

enhancement