Regenerate integrations docs (#21684)
Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot committed
Jan 30, 2026 at 22:36 UTC
732c7423e696171790c790da44f256e0a72d42a8
1 file changed
+5
-1
src/go/plugin/go.d/collector/ping/integrations/ping.md
+5
-1
@@ -94,6 +94,8 @@ Metrics:
94
|:------|:----------|:----|
95
| ping.host_rtt | min, max, avg | milliseconds |
96
| ping.host_std_dev_rtt | std_dev | milliseconds |
97
+| ping.host_jitter | mean, ewma, sma | milliseconds |
98
+| ping.host_rtt_variance | variance | ms² |
99
| ping.host_packet_loss | loss | percentage |
100
| ping.host_packets | received, sent | packets |
101
@@ -106,7 +108,7 @@ The following alerts are available:
108
109
| Alert name | On metric | Description |
110
|:------------|:----------|:------------|
109
-| [ ping_host_reachable ](https://github.com/netdata/netdata/blob/master/src/health/health.d/ping.conf) | ping.host_packet_loss | network host ${lab1el:host} reachability status |
111
+| [ ping_host_reachable ](https://github.com/netdata/netdata/blob/master/src/health/health.d/ping.conf) | ping.host_packet_loss | network host ${label:host} reachability status |
112
| [ ping_packet_loss ](https://github.com/netdata/netdata/blob/master/src/health/health.d/ping.conf) | ping.host_packet_loss | packet loss percentage to the network host ${label:host} over the last 10 minutes |
113
| [ ping_host_latency ](https://github.com/netdata/netdata/blob/master/src/health/health.d/ping.conf) | ping.host_rtt | average latency to the network host ${label:host} over the last 10 seconds |
114
@@ -153,6 +155,8 @@ The following options can be defined globally: update_every, autodetection_retry
155
| | privileged | Ping packet type. `yes` = raw ICMP ping, `no` = unprivileged UDP ping. | yes | yes |
156
| | packets | Number of ping packets to send per iteration. | 5 | no |
157
| | interval | Interval between sending ping packets. | 100ms | no |
158
+| **Jitter Settings** | jitter_ewma_samples | EWMA smoothing factor for jitter calculation. Higher values = smoother, slower response. | 16 | no |
159
+| | jitter_sma_window | Number of iterations for SMA jitter calculation. | 10 | no |
160
| **Virtual Node** | vnode | Associates this data collection job with a [Virtual Node](https://learn.netdata.cloud/docs/netdata-agent/configuration/organize-systems-metrics-and-alerts#virtual-nodes). | | no |
161
162