Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions receiver/icmpcheckreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand All @@ -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
Expand All @@ -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]