Skip to content

Commit d3800ce

Browse files
committed
Update README
1 parent 63df9d7 commit d3800ce

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,27 @@ Grafana dashboard for GraphDB
44

55
## Background
66

7-
Ontotext provides a Grafana dashboard for Enterprise users, but doesn't provide a dashboard for the free version. This repository contains a dashboard that scrapes data from Prometheus, which is in turn scraping data from GraphDB's metrics endpoint (you need Prometheus for this).
7+
This repository contains a lightweight Grafana dashboard for GraphDB (Free) that scrapes data from Prometheus, which is in turn scraping data from GraphDBs metrics endpoint (you need Prometheus for this).
88

99
## Dashboard
1010

1111
The dashboard exposes *most* of the metrics that GraphDB provides. This is limited to system level metrics such as space constraints, memory, and heap usage.
1212

13+
- graphdb_cache_hit
14+
- graphdb_cache_miss
15+
- graphdb_class_count
16+
- graphdb_heap_max_mem
17+
- graphdb_heap_used_mem
18+
- graphdb_nonheap_committed_mem
19+
- graphdb_heap_committed_mem
20+
- graphdb_nonheap_used_mem
21+
- graphdb_cpu_load
22+
- graphdb_open_file_descriptors
23+
- graphdb_logs_dir_free
24+
- graphdb_logs_dir_used
25+
- graphdb_data_dir_used
26+
- graphdb_data_dir_free
27+
- graphdb_work_dir_free
28+
- graphdb_work_dir_used
29+
1330
![Grafana Dashboard](./images/dashboard.png "Grafana Dashboard")

0 commit comments

Comments
 (0)