Grafana Tempo on windows #3390
Replies: 5 comments
-
We provide a compiled windows binary on every release. You should be able to run this on windows, but I don't think many run it this way so it may have some unknown issues. |
Beta Was this translation helpful? Give feedback.
-
@joe-elliott Is there any documentation for how to configure this like storage, receiving traces and visualization? |
Beta Was this translation helpful? Give feedback.
-
I would refer to a docker compose such as this one: https://github.com/grafana/tempo/blob/main/example/docker-compose/s3/docker-compose.yaml to see how the config can be used to setup Tempo and connect it to a grafana. that particular one uses s3. if you'd rather just store data locally for a test try this one: https://github.com/grafana/tempo/blob/main/example/docker-compose/local/docker-compose.yaml |
Beta Was this translation helpful? Give feedback.
-
@joe-elliott Is there any specific documentation for windows? Like how to pass config file path to tempo? level=info ts=2024-02-15T04:35:03.2866634Z caller=main.go:222 msg="initialising OpenTracing tracer" I'm getting this above error |
Beta Was this translation helpful? Give feedback.
-
Did you try to load one of the suggested config files? A minimal setup is something like:
you will likely also need to set the http port b/c it will attempt to open 80 by default which windows probably won't like. there is no specific windows docs. |
Beta Was this translation helpful? Give feedback.
-
Is there any way to install tempo on windows?(I don't want to use docker)
Beta Was this translation helpful? Give feedback.
All reactions