@@ -4,6 +4,34 @@ This distribution contains scripts and code for exporting metrics and logs from
4
4
5
5
v1 (preview) - contains export of key database metrics to Prometheus and suggested Grafana dashboard
6
6
7
+ The following metrics are exposed currently by default.
8
+
9
+ - oracledb_exporter_last_scrape_duration_seconds
10
+ - oracledb_exporter_last_scrape_error
11
+ - oracledb_exporter_scrapes_total
12
+ - oracledb_up
13
+ - oracledb_activity_execute_count
14
+ - oracledb_activity_parse_count_total
15
+ - oracledb_activity_user_commits
16
+ - oracledb_activity_user_rollbacks
17
+ - oracledb_sessions_activity
18
+ - oracledb_wait_time_application
19
+ - oracledb_wait_time_commit
20
+ - oracledb_wait_time_concurrency
21
+ - oracledb_wait_time_configuration
22
+ - oracledb_wait_time_network
23
+ - oracledb_wait_time_other
24
+ - oracledb_wait_time_scheduler
25
+ - oracledb_wait_time_system_io
26
+ - oracledb_wait_time_user_io
27
+ - oracledb_tablespace_bytes
28
+ - oracledb_tablespace_max_bytes
29
+ - oracledb_tablespace_free
30
+ - oracledb_tablespace_used_percent
31
+ - oracledb_process_count
32
+ - oracledb_resource_current_utilization
33
+ - oracledb_resource_limit_value
34
+
7
35
## Table of Contents
8
36
9
37
- [ Unified App Dev Monitoring with Oracle Database] ( #unified-app-dev-monitoring-with-oracle-database )
0 commit comments