-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: health sidecar #112
base: main
Are you sure you want to change the base?
feat: health sidecar #112
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #112 +/- ##
==========================================
+ Coverage 60.31% 61.94% +1.63%
==========================================
Files 22 26 +4
Lines 1532 2252 +720
==========================================
+ Hits 924 1395 +471
- Misses 538 745 +207
- Partials 70 112 +42 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updating in next commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a few notes of things we found along the way while integrating with the sidecar
529ae14
to
6e89dd2
Compare
Description
Adds health APM support.
TODO:
Type of change
Checklist:
Footnotes
requires https://github.com/newrelic/k8s-agents-operator/pull/110 before this can work. ↩