feat: Add FleetControl metadata and automated release workflow for agent-control integration - logging#2162
Merged
jcoscollanr merged 5 commits intoMay 8, 2026
Conversation
…ent-control integration - logging
maya-jha
reviewed
Apr 29, 2026
| @@ -0,0 +1,5 @@ | |||
| agentControlDefinitions: | |||
Contributor
There was a problem hiding this comment.
Can we have an approach so that we don't make any changes here in logging helm chart, instead it can be centralized from the agent control side?
Contributor
Author
There was a problem hiding this comment.
Having a centralized approach doesn't scale well, there are dozens of agents in NR.
Keeping the agent configuration in each agent's own repository is intentional. It ties the config lifecycle directly to the agent's release flow. If the agent changes (e.g. a new required parameter), the config change ships in the same PR
maya-jha
reviewed
May 7, 2026
| namespace: newrelic | ||
| name: io.fluentbit | ||
| version: 0.1.0 | ||
| variables: |
Contributor
There was a problem hiding this comment.
is there any impact on new logging chart?
| type: yaml | ||
| required: false | ||
| default: null | ||
| deployment: |
maya-jha
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This PR integrates the helm charts with New Relic's agent metadata service (agent-control) to enable centralised fleet management and automated version tracking. It adds:
Which issue this PR fixes
Enables integration with New Relic's agent-control platform for centralised fleet management.
Special notes for your reviewer:
.fleetControldirectories will trigger metadata uploadsChecklist