sumologic-prometheus-scraper
sumologic-prometheus-scraper copied to clipboard
Error: Invalid value for '[CONFIG]': Expecting value: line 14 column 67 (char 463)
I have sumologic_prometheus_scraper.py and config.json on same folder and got the following issue:
Usage: sumologic_prometheus_scraper.py [OPTIONS] [CONFIG] Try 'sumologic_prometheus_scraper.py --help' for help.
Error: Invalid value for '[CONFIG]': Expecting value: line 14 column 67 (char 463)
In case if you are using Docker version, make sure you remove the *.json from dockerignore file, which is actually excluding the config.json file it while building the docker image.