-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[receiver/icmpcheckreceiver] New icmpcheckreceiver component skeleton. #43393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
songy23
merged 4 commits into
open-telemetry:main
from
jkoronaAtCisco:new-icmp-check-receiver
Oct 10, 2025
Merged
[receiver/icmpcheckreceiver] New icmpcheckreceiver component skeleton. #43393
songy23
merged 4 commits into
open-telemetry:main
from
jkoronaAtCisco:new-icmp-check-receiver
Oct 10, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5203d07
to
e93b711
Compare
e93b711
to
d15eb0d
Compare
d15eb0d
to
b29b7ab
Compare
atoulme
approved these changes
Oct 9, 2025
please run |
Thank you for your contribution @jkoronaAtCisco! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this |
Description
Adding a new ICMP check receiver to perform echo requests to specified targets and collect metrics from responses.
This is first PR that introduces basic structure only, following
CONTRIBUTING/Adding New Components
guidelines://go:generate mdatagen metadata.yaml
Link to tracking issue
#29009
Testing
make checkdoc
,make checkmetadata
,make checkapi
make goporto
,make crosslink
,make gotidy
make genotelcontribcol
,make genoteltestbedcol
,make generate
Documentation
mdatagen
code generation@atoulme - Component sponsor