Skip to content

Commit

Permalink
Rename the doh buffer metric
Browse files Browse the repository at this point in the history
  • Loading branch information
pgporada committed Jan 26, 2024
1 parent bc9624a commit 677514f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unbound_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ var (
[]string{"type"},
"^num\\.rpz\\.action\\.rpz-([\\w-]+)$"),
newUnboundMetric(
"memory_http_bytes",
"memory_doh_bytes",
"Memory used by DoH buffers, in bytes.",
prometheus.GaugeValue,
[]string{"buffer"},
Expand Down

0 comments on commit 677514f

Please sign in to comment.