You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the logs, I see that everything comes up fine, except:
level=warn ts=2025-02-14T23:42:15.753098235Z caller=server.go:1187 method=/tempopb.MetricsGenerator/PushSpans duration=211.297µs msg=gRPC err="could not create directory for metrics WAL: mkdir /tmp/single-tenant: read-only file system"
The operator gives me no way to add additional volumes or overwrite the read-only root file system setting. So, currently there is no way to activate the metrics_generator because it needs a path for the WAL to write to.
The text was updated successfully, but these errors were encountered:
Can you update your config to use /var/tempo/generator/wal as the path for the WAL? /var/tempo is mounted as a tmpfs for in-memory-mode, and as a PV otherwise.
In the past, I used the following spec successfully:
I have the following part in my a monolith operator yaml:
In the logs, I see that everything comes up fine, except:
The operator gives me no way to add additional volumes or overwrite the read-only root file system setting. So, currently there is no way to activate the metrics_generator because it needs a path for the WAL to write to.
The text was updated successfully, but these errors were encountered: