From 920705b4c384a3ae58a41d675340f6e9ba3b06c2 Mon Sep 17 00:00:00 2001 From: Paul Parkinson Date: Wed, 23 Mar 2022 11:36:57 -0400 Subject: [PATCH] add list of default metrics in readme --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 17431fa..7dd241f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,34 @@ This distribution contains scripts and code for exporting metrics and logs from v1 (preview) - contains export of key database metrics to Prometheus and suggested Grafana dashboard +The following metrics are exposed currently by default. + +- oracledb_exporter_last_scrape_duration_seconds +- oracledb_exporter_last_scrape_error +- oracledb_exporter_scrapes_total +- oracledb_up +- oracledb_activity_execute_count +- oracledb_activity_parse_count_total +- oracledb_activity_user_commits +- oracledb_activity_user_rollbacks +- oracledb_sessions_activity +- oracledb_wait_time_application +- oracledb_wait_time_commit +- oracledb_wait_time_concurrency +- oracledb_wait_time_configuration +- oracledb_wait_time_network +- oracledb_wait_time_other +- oracledb_wait_time_scheduler +- oracledb_wait_time_system_io +- oracledb_wait_time_user_io +- oracledb_tablespace_bytes +- oracledb_tablespace_max_bytes +- oracledb_tablespace_free +- oracledb_tablespace_used_percent +- oracledb_process_count +- oracledb_resource_current_utilization +- oracledb_resource_limit_value + ## Table of Contents - [Unified App Dev Monitoring with Oracle Database](#unified-app-dev-monitoring-with-oracle-database)