Hello, below is the configuration file (tempo.yaml) we are using for the Tempo monolithic service and trying to configure local as backend storage, but getting an error, which I mentioned in my previous message.
From source code, unknown backend error should also provide what backend was configured. I copied the config you provided to example docker compose and could not reproduce the problem. However, if I put backend: '', an empty content to the yaml file or without -config.file=/etc/tempo.yaml I do see the same error: failed to init module services: error initialising module: store: failed to create store: unknown backend (with empty space at the end).
Hello, as per your suggestion, I added the -config.file=/etc/tempo.yaml flag to the command arguments, and that resolved the initial issue. However, I’m now seeing that the “memberlist-kv” module failed to start, which in turn triggered dependency module errors.