mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore: add help string for memory_fiberstack_vms_bytes (#2903)
This commit is contained in:
parent
55447e28ff
commit
868e7a04ce
1 changed files with 2 additions and 0 deletions
|
@ -1069,6 +1069,8 @@ void PrintPrometheusMetrics(const Metrics& m, StringResponse* resp) {
|
|||
&resp->body());
|
||||
AppendMetricWithoutLabels("memory_used_peak_bytes", "", used_mem_peak.load(memory_order_relaxed),
|
||||
MetricType::GAUGE, &resp->body());
|
||||
AppendMetricHeader("memory_fiberstack_vms_bytes", "virtual memory size used by all the fibers",
|
||||
MetricType::GAUGE, &resp->body());
|
||||
AppendMetricWithoutLabels("memory_fiberstack_vms_bytes", "", m.worker_fiber_stack_size,
|
||||
MetricType::GAUGE, &resp->body());
|
||||
AppendMetricWithoutLabels("fibers_count", "", m.worker_fiber_count, MetricType::GAUGE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue