-
Notifications
You must be signed in to change notification settings - Fork 10
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.25% 62.71% +2.45%
==========================================
Files 21 23 +2
Lines 1472 1671 +199
==========================================
+ Hits 887 1048 +161
- Misses 519 548 +29
- Partials 66 75 +9 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
src/apm/health.go
Outdated
) | ||
|
||
const ( | ||
envHealthFleetControlFile = "NEW_RELIC_FLEET_CONTROL_HEALTH_FILE" |
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.
envHealthFleetControlFile = "NEW_RELIC_FLEET_CONTROL_HEALTH_FILE" | |
envHealthFleetControlFilePath = "NEW_RELIC_FLEET_CONTROL_HEALTH_PATH" |
@danielstokes We needed to rename this env var since we will have multiple health files in some cases like Python
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. ↩