Navigation Menu

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

Grok Exporter does not support web.telemetry-path #34

Closed
varundmishra opened this issue Apr 23, 2018 · 5 comments
Closed

Grok Exporter does not support web.telemetry-path #34

varundmishra opened this issue Apr 23, 2018 · 5 comments

Comments

@varundmishra
Copy link

varundmishra commented Apr 23, 2018

Grok Exporter does not support the web.telemetry-path option to set Path under which to expose metrics.
This is available in node_exporter as well as consul exporter, can this option be provided?

eg. Line 74 here: https://github.com/prometheus/node_exporter/blob/master/node_exporter.go

@fstab
Copy link
Owner

fstab commented Apr 24, 2018

This should be easy to implement, and you are not the first person to ask :)
Will include it in the next release.

@varundmishra
Copy link
Author

Thanks Fabian, looking forward to the next release.

fstab added a commit that referenced this issue May 30, 2018
@fstab
Copy link
Owner

fstab commented May 30, 2018

Made the path configurable in the config file:

server:
    host: localhost
    port: 9144
    path: /bla

The change will be included in the next release.

@fstab
Copy link
Owner

fstab commented May 31, 2018

Released v0.2.5 including the change.

@fstab fstab closed this as completed May 31, 2018
@varundmishra
Copy link
Author

@fstab 👍 Thanks will check this next week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants