Closed mattcburns closed 11 months ago
Attention: 35 lines
in your changes are missing coverage. Please review.
Comparison is base (
c15e8a7
) 81.87% compared to head (c6e52e9
) 77.03%.
Files | Patch % | Lines |
---|---|---|
grpc/rpc/diagnostic.go | 28.57% | 35 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@jacobweinstock ready for a fresh review (I had to recreate the PR, sorry)
Description
This PR adds in the newly added System Event Log (SEL) capture support added in bmclib.
How Has This Been Tested?
Tested against a couple of different servers for both opinionated structured and the raw capture methods with success.
How are existing users impacted? What migration steps/scripts do we need?
New methods are available to expose the SEL capture functionality added in bmclib. Two new gRPC endpoints are available:
Diagnostic/SystemEventLog - returns an opinionated format of the SEL consisting of a list of id,timestamp,description,message Diagnostic/SystemEventLogRaw - returns a raw dump of the SEL, so that the requestor may parse as they please.
Checklist:
I have: