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

Possibility to use victoria-metrics-agent Helm chart without scrape.yml config map #116

Closed
CarpathianUA opened this issue Mar 12, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@CarpathianUA
Copy link

Hey,

It would be great to have a possibility to provision vmagent without scrape configuration to use it as a buffering proxy between Prometheus (remote_write) and Victoria Metrics.

As I can see, for now, ConfigMap with scrape.yml configuration is a mandatory component, since Deployment's containers definition in a podTemplate have a

...
          args:
            - -promscrape.config=/config/scrape.yml
...

hardcoded.

Thank you for your time!

@CarpathianUA CarpathianUA changed the title Possbility to use victoria-metrics-agent Helm chart without scrape.yml config map Possibility to use victoria-metrics-agent Helm chart without scrape.yml config map Mar 15, 2021
@f41gh7 f41gh7 self-assigned this Mar 15, 2021
@f41gh7 f41gh7 added the enhancement New feature or request label Mar 15, 2021
f41gh7 added a commit that referenced this issue Mar 15, 2021
adds empty config
adds missing  -
#117
#116
f41gh7 added a commit that referenced this issue Mar 15, 2021
adds empty config
adds missing  -
#117
#116
@f41gh7
Copy link
Collaborator

f41gh7 commented Mar 15, 2021

added, example command-line: helm upgrade -i agent vm/victoria-metrics-agent --set 'remoteWriteUrls[0]=http://some-host' --set 'config='

@f41gh7 f41gh7 closed this as completed Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants