Hi, Prometheus is running successfully in my windows system.
http://localhost:9090/graph When I am trying to run sidecar on same system,it is getting failed. Command --- thanos sidecar --prometheus.url http://localhost:9090 --http-address 127.0.0.1:19191 level=info ts=2020-05-08T11:27:36.1321332Z caller=main.go:152 msg="Tracing will be disabled" level=info ts=2020-05-08T11:27:36.1321332Z caller=sidecar.go:158 msg="no supported bucket was configured, uploads will be disabled" level=info ts=2020-05-08T11:27:36.1391311Z caller=options.go:23 protocol=gRPC msg="disabled TLS, key and cert must be set to enable" level=info ts=2020-05-08T11:27:36.1411336Z caller=sidecar.go:356 msg="starting sidecar" level=info ts=2020-05-08T11:27:36.1411336Z caller=reloader.go:157 component=reloader msg="started watching config file and non-recursively rule dirs for changes" cfg= out= dirs= level=info ts=2020-05-08T11:27:36.1411336Z caller=intrumentation.go:48 msg="changing probe status" status=ready level=info ts=2020-05-08T11:27:36.1451304Z caller=intrumentation.go:60 msg="changing probe status" status=healthy level=info ts=2020-05-08T11:27:36.1491381Z caller=grpc.go:106 service=gRPC/server component=sidecar msg="listening for StoreAPI gRPC" address=0.0.0.0:10901 level=info ts=2020-05-08T11:27:36.1511377Z caller=http.go:56 service=http/server component=sidecar msg="listening for requests and metrics" address=127.0.0.1:19191 level=info ts=2020-05-08T11:27:36.1807601Z caller=sidecar.go:220 msg="successfully loaded prometheus external labels" external_labels={} level=info ts=2020-05-08T11:27:36.1807601Z caller=intrumentation.go:48 msg="changing probe status" status=ready level=warn ts=2020-05-08T11:27:36.1828009Z caller=intrumentation.go:54 msg="changing probe status" status=not-ready reason="no external labels configured on Prometheus server, uniquely identifying external labels must be configured" level=info ts=2020-05-08T11:27:36.1828009Z caller=http.go:81 service=http/server component=sidecar msg="internal server shutdown" err="no external labels configured on Prometheus server, uniquely identifying external labels must be configured" level=info ts=2020-05-08T11:27:36.1898037Z caller=intrumentation.go:66 msg="changing probe status" status=not-healthy reason="no external labels configured on Prometheus server, uniquely identifying external labels must be configured" level=warn ts=2020-05-08T11:27:36.1907626Z caller=intrumentation.go:54 msg="changing probe status" status=not-ready reason="no external labels configured on Prometheus server, uniquely identifying external labels must be configured" level=info ts=2020-05-08T11:27:36.1907626Z caller=grpc.go:125 service=gRPC/server component=sidecar msg="gracefully stopping internal server" level=info ts=2020-05-08T11:27:36.1917615Z caller=grpc.go:137 service=gRPC/server component=sidecar msg="internal server shutdown" err="no external labels configured on Prometheus server, uniquely identifying external labels must be configured" level=error ts=2020-05-08T11:27:36.1957612Z caller=main.go:212 err="no external labels configured on Prometheus server, uniquely identifying external labels must be configured\nmain.runSidecar.func3\n\t/app/cmd/thanos/sidecar.go:234\ngithub.com/oklog/run.(*Group).Run.func1\n\t/go/pkg/mod/github.com/oklog/[email protected]/group.go:38\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1357\nsidecar command failed\nmain.main\n\t/app/cmd/thanos/main.go:212\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:203\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1357" Am i missing any configuration?? Pls advice. Thanks, Saurabh -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/df8bd002-6632-44de-a345-85c14326d4d2%40googlegroups.com.

