Prometheus configuration

Curious if anyone could point me in the right direction here.

I’m trying to get to the TTSv3 Prometheus yml file to configure it to ship some of its metrics to some external monitoring tools. Datadog, Logz.io and Grafana in particular.

I thought I could docker exec -it tts_stack_1 /bin/bash and go hunting for prometheus.yml but I wasn’t able to enter the container with that command:

OCI runtime exec failed: exec failed: container_linux.go:367: starting container process caused: exec: "/bin/bash": stat /bin/bash: no such file or directory: unknown

And I wasn’t able to find much documentation regarding configuring prometheus from TTS.

The Things Stack docker container only exposes metrics via the /metrics end point and does not run prometheus. You’ll need to set that up externally yourself.

Thanks for the info - makes sense. Prob should have figured that out myself.

I’m curious if anyone else has managed to get the metrics exported to 3rd party analytics tools?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.