Skip to content
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

Let the helm chart specifcy additional args for prometheus #429

Open
david-garcia-garcia opened this issue Nov 29, 2024 · 1 comment
Open
Labels
feature request Categorizes issue or PR as related to a new feature or enhancement.

Comments

@david-garcia-garcia
Copy link

Description

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 }}

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):

@david-garcia-garcia david-garcia-garcia added the feature request Categorizes issue or PR as related to a new feature or enhancement. label Nov 29, 2024
@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Categorizes issue or PR as related to a new feature or enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant