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
I tried unsuccessfully to add additional scrape from the CONFIG_DIRS following this documentation
It seems that this method InsertScrapesFromDir is never called. https://github.com/vfarcic/docker-flow-monitor/blob/0a4cc1de4d15f3fbd06fbfd99d9b4eecf824dcaa/prometheus/config.go#L142
InsertScrapesFromDir
The text was updated successfully, but these errors were encountered:
@Munchery-DavidMichon Thanks for bringing this up. I am looking into it.
Sorry, something went wrong.
The CONFIGS_DIR feature is added in dockerflow/docker-flow-monitor:2-18.05.31-4.
CONFIGS_DIR
dockerflow/docker-flow-monitor:2-18.05.31-4
@thomasjpfan Thanks it fixes the issue and it's working properly. There's however an error appearing in the log, and this for every file_sd_configs.
file_sd_configs
level=error ts=2018-05-31T14:38:08.049286094Z caller=file.go:328 component="discovery manager scrape" discovery=file msg="Error reading file" path=/etc/prometheus/file_sd/monitor_node-exporter.json err="unexpected end of JSON input"
No branches or pull requests
I tried unsuccessfully to add additional scrape from the CONFIG_DIRS following this documentation
It seems that this method
InsertScrapesFromDir
is never called.https://github.com/vfarcic/docker-flow-monitor/blob/0a4cc1de4d15f3fbd06fbfd99d9b4eecf824dcaa/prometheus/config.go#L142
The text was updated successfully, but these errors were encountered: