Hi Team,
I want to enable local storage for Grafana Tempo monolithic service in Linux
I could see examples for AWS S3, Azure but I could not find sample config for local storage
Kindly help me to prepare the configuration file
Regards,
Gopi
Hi Team,
I want to enable local storage for Grafana Tempo monolithic service in Linux
I could see examples for AWS S3, Azure but I could not find sample config for local storage
Kindly help me to prepare the configuration file
Regards,
Gopi
checkout configuration page in our docs for details on ways to configure tempo and tempo/example at main · grafana/tempo · GitHub for examples of configs.
Hi
Thanks for the response.
I could not find the config file in Git repo under examples folder, to understand how local storage configuration is enabled
I tried to configure the local storage then I am getting below error after starting the service
failed to init module services error initialising module: store: failed to create store mkdir : no such file or directory
hi, here is one example where local backend is configured to store data locally, can you try this example config, and see if it works.
also, can you make sure the configured directory exists on the disk, and it has correct permissions for tempo to read and write data in that directory.
failed to init module services error initialising module: store: failed to create store mkdir : no such file or directory
makes me think that either it can’t find configured dir.
if this doesn’t work, can you share more details like the OS, filesystem, tempo version, and the tempo config you are using.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.