Hello,
When I run the following command:
docker run -p 8089:8090 livetocode/camunda-prometheus-exporter -server http://localhost:8080 -port 8090 -fetch-runtime true -fetch-history true -fetch-metrics true
I got this error:
2019/11/15 16:02:59 Fetching initial metrics
2019/11/15 16:02:59 Could not fetch all the stats. Exiting now!
If I remove all fetch args works good... What is the problem?
Best regards
Hello,
When I run the following command:
docker run -p 8089:8090 livetocode/camunda-prometheus-exporter -server http://localhost:8080 -port 8090 -fetch-runtime true -fetch-history true -fetch-metrics true
I got this error:
2019/11/15 16:02:59 Fetching initial metrics
2019/11/15 16:02:59 Could not fetch all the stats. Exiting now!
If I remove all fetch args works good... What is the problem?
Best regards