We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The set of arguments that are passed to the prometheus agent container is locked down and cannot be customized through the chart:
args: - --config.file=/etc/prometheus/config/config.yaml - --enable-feature=agent,expand-external-labels - --storage.agent.retention.max-time=30m - --storage.agent.wal-truncate-frequency=30m - --storage.agent.path=/etc/prometheus/storage {{- if include "newrelic.common.verboseLog" . }} - --log.level=debug {{- end }}
Add the ability to configure additional args.
None
S
Suggested Priority (P1,P2,P3,P4,P5): Suggested T-Shirt size (S, M, L, XL, Unknown):
The text was updated successfully, but these errors were encountered:
https://new-relic.atlassian.net/browse/NR-344802
Sorry, something went wrong.
No branches or pull requests
Description
The set of arguments that are passed to the prometheus agent container is locked down and cannot be customized through the chart:
Acceptance Criteria
Add the ability to configure additional args.
Describe Alternatives
None
Dependencies
None
Additional context
None
Estimates
S
For Maintainers Only or Hero Triaging this bug
Suggested Priority (P1,P2,P3,P4,P5):
Suggested T-Shirt size (S, M, L, XL, Unknown):
The text was updated successfully, but these errors were encountered: