Skip to content

Commit c5a58e4

Browse files
authored
11.1: describe prometheus exporter
1 parent a53a92a commit c5a58e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release-notes-11.1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ Added multimap plugin section in the dCache book.
124124

125125
### Missing Files
126126

127+
### Monitoring
128+
129+
With release 11.1, dCache comes with an integrated prometheus-exporter that can be enabled by `dcache.enable.prometheus.exporter=true` property. The property `dcache.enable.prometheus.exporter.endpoint`
130+
controls on which interface and port number the exporter is exposed. The default value is `localhost:9876`. There are not too many metrics available righ now, however, the exporter can be used to monitor
131+
JVM memory, number of running threads, or number of open files.
132+
127133
### NFS
128134

129135
NFS door supports read-delegation. Read delegations allow the server to delegate OPEN-CLOSE operations to clients if a file is accessed several times. This functionality aims to improve file access latency in workloads like `open->read-close; loop`, which some HPC applications use.

0 commit comments

Comments
 (0)