ICMP Check Receiver
OpenTelemetry Collector receiver · contrib distribution
The ICMP Check Receiver can be used for synthetic checks against network endpoints. This receiver will send ICMP Echo Requests (pings) to the specified targets. It provides device availability monitoring and interface statistics with native OpenTelemetry OTLP metrics generation.
- Component ID:
contrib-icmpcheckreceiver - Name:
icmpcheckreceiver - Type: receiver
- Distribution: contrib
- Repository:
opentelemetry-collector-contrib
Stability
| Level | Signals |
|---|---|
| development | metrics |
Metrics
| Metric | Type | Value type | Unit | Stability | Enabled | Attributes | Description |
|---|---|---|---|---|---|---|---|
ping.loss.ratio | gauge | double | % | development | yes | The percentage of lost packets. | |
ping.rtt.avg | gauge | double | ms | development | yes | Average round-trip time in milliseconds. | |
ping.rtt.max | gauge | double | ms | development | yes | Maximum round-trip time in milliseconds. | |
ping.rtt.min | gauge | double | ms | development | yes | Minimum round-trip time in milliseconds. | |
ping.rtt.stddev | gauge | double | ms | development | yes | Standard deviation of round-trip time in milliseconds. |