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.