oracle-samples / oracle-db-examples

Examples of applications and tool usage for Oracle Database
https://www.oracle.com/database/technologies/
Other
1.3k stars 829 forks source link

Prometheus scrape configuration to get real-time insight metrics into Prometheus #304

Closed ddilyard closed 5 months ago

ddilyard commented 9 months ago

The dashboards for Exadata's real-time insights looks great, however, how are these metrics being consumed by Prometheus?

I'd love to see the scrape_configs in prometheus.yml for your Exadata targets. Is this being scraped directly using the API or is there a bridge in between?

alex-blyth-pm commented 5 months ago

Take a look at this prometheus.yml file - https://github.com/oracle-samples/oracle-db-examples/blob/main/exadata/insight/quick_start/container/prometheus/prometheus.yml

This is part of a quick start guide being published shortly and will be updated regularly.