-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat: add receiver for redfish #43279
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
base: main
Are you sure you want to change the base?
feat: add receiver for redfish #43279
Conversation
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
|
Welcome, contributor! Thank you for your contribution to opentelemetry-collector-contrib. Important reminders:
A maintainer will review your pull request soon. Thank you for helping make OpenTelemetry better! |
@crobert-1 There is currently not a code owner for this receiver as it is brand new so I put myself for the time being. I am not currently a member of opentelemetry. I don't have a ton of dev time to devote to this long term but I'd be happy to occasionally check in maybe every other week or so. If that is good enough, then I can be a code owner. Please advise. |
Welcome, contributor! Thank you for your contribution to opentelemetry-collector-contrib. Important reminders:
A maintainer will review your pull request soon. Thank you for helping make OpenTelemetry better! |
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
add yourself under cmd/githubgen/allowlist |
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Hoping this build succeeds. I do see that the main branch build is in a failed state. However, when I run all the first PR make's from the contrib docs all make's run without errors except for this one |
please run:
on your box. Please also run:
Finally run:
that will help some. |
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Signed-off-by: Steve Freed <[email protected]>
Description
This PR is to add a redfish receiver. Redfish is an open standard API that is commonly implemented on enterprise grade servers with BMCs (baseboard management controller) used for both in-band and out-of-band server management. This receiver provides a way for engineers to monitor their servers and server components such as fans and temperature sensors.
Link to tracking issue #33724
Testing
Testing has been done on HPE iLO machines and logic similar to the Telegraf redfish input receiver has been used (which I have contributed to in the past).