diff --git a/receiver/icmpcheckreceiver/metadata.yaml b/receiver/icmpcheckreceiver/metadata.yaml index 446724f46a22f..cc83ba3bfbc62 100644 --- a/receiver/icmpcheckreceiver/metadata.yaml +++ b/receiver/icmpcheckreceiver/metadata.yaml @@ -3,10 +3,10 @@ type: icmpcheckreceiver status: class: receiver stability: - development: [ metrics ] - distributions: [ ] + development: [metrics] + distributions: [] codeowners: - active: [ atoulme, jkoronaAtCisco ] + active: [atoulme, jkoronaAtCisco] resource_attributes: @@ -19,15 +19,24 @@ attributes: type: string metrics: - ping.rtt.min: - description: Minimum round-trip time in milliseconds. + ping.loss.ratio: + description: The percentage of lost packets. + enabled: true + stability: + level: development + gauge: + value_type: double + unit: "%" + attributes: [net.peer.ip, net.peer.name] + ping.rtt.avg: + description: Average round-trip time in milliseconds. enabled: true stability: level: development gauge: value_type: int unit: ms - attributes: [ net.peer.ip, net.peer.name ] + attributes: [net.peer.ip, net.peer.name] ping.rtt.max: description: Maximum round-trip time in milliseconds. enabled: true @@ -36,16 +45,16 @@ metrics: gauge: value_type: int unit: ms - attributes: [ net.peer.ip, net.peer.name ] - ping.rtt.avg: - description: Average round-trip time in milliseconds. + attributes: [net.peer.ip, net.peer.name] + ping.rtt.min: + description: Minimum round-trip time in milliseconds. enabled: true stability: level: development gauge: value_type: int unit: ms - attributes: [ net.peer.ip, net.peer.name ] + attributes: [net.peer.ip, net.peer.name] ping.rtt.stddev: description: Standard deviation of round-trip time in milliseconds. enabled: true @@ -54,13 +63,4 @@ metrics: gauge: value_type: int unit: ms - attributes: [ net.peer.ip, net.peer.name ] - ping.loss.ratio: - description: The percentage of lost packets. - enabled: true - stability: - level: development - gauge: - value_type: double - unit: "%" - attributes: [ net.peer.ip, net.peer.name ] + attributes: [net.peer.ip, net.peer.name]