sumologic-prometheus-scraper icon indicating copy to clipboard operation
sumologic-prometheus-scraper copied to clipboard

Error: Invalid value for '[CONFIG]': Expecting value: line 14 column 67 (char 463)

Open cfir-atbay opened this issue 4 years ago • 1 comments

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)

cfir-atbay avatar May 27 '21 15:05 cfir-atbay

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.

kesavagithub avatar Aug 06 '21 01:08 kesavagithub