Grafana Tempo on windows #3390
Replies: 6 comments 3 replies
|
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. |
|
@joe-elliott Is there any documentation for how to configure this like storage, receiving traces and visualization? |
|
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 |
|
@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 |
|
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. |
|
Could it load a configuration file, instead of all settings one-by-one? |
Uh oh!
There was an error while loading. Please reload this page.
Is there any way to install tempo on windows?(I don't want to use docker)
All reactions