We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd64e4 commit 58b374eCopy full SHA for 58b374e
news/feature-4402.md
@@ -0,0 +1,11 @@
1
+`disk-buffer`: Added metrics for abandoned disk-buffer files.
2
+
3
+Availability is the same as the `disk_queue_dir_available_bytes` metric.
4
5
+Example metrics:
6
+```
7
+syslogng_disk_queue_capacity_bytes{abandoned="true",path="/var/syslog-ng/syslog-ng-00000.rqf",reliable="true"} 104853504
8
+syslogng_disk_queue_disk_allocated_bytes{abandoned="true",path="/var/syslog-ng/syslog-ng-00000.rqf",reliable="true"} 273408
9
+syslogng_disk_queue_disk_usage_bytes{abandoned="true",path="/var/syslog-ng/syslog-ng-00000.rqf",reliable="true"} 269312
10
+syslogng_disk_queue_events{abandoned="true",path="/var/syslog-ng/syslog-ng-00000.rqf",reliable="true"} 860
11
0 commit comments