integrations-core
integrations-core copied to clipboard
grpc integration
What does this PR do?
Create a gRPC integration by pulling metrics from channelz.
Motivation
Channelz is the only way to get insight on the channel/subchannel state of gRPC client and servers. We can extract interesting metrics from channelz.
Additional Notes
Review checklist (to be filled by reviewers)
- [ ] Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
- [ ] PR title must be written as a CHANGELOG entry (see why)
- [ ] Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
- [ ] PR must have
changelog/
andintegration/
labels attached
The validations
job has failed; please review the Files changed
tab for possible suggestions to resolve.