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
{"caller":"main.go:124","err":"failed to init module services: error initialising module: store: failed to create store: unexpected error from ListObjects on xxxx-tempo-01-ops-dev: Get \"https://xxxx-tempo-01-ops-dev.s3.us
-gov-west-1.amazonaws.com/?delimiter=%2F&encoding-type=url&prefix=\": net/http: TLS handshake timeout","level":"error","msg":"error running Tempo","ts":"2025-02-06T14:33:09.300557188Z"}
The first problem is, Tempo2.7.0 is not able to operate behind AWS Network Firewall, the new Go 1.23 TLS changes break.
So to mitigate this, we have an AWS S3 endpoint in our VPC. Before upgrading tempo, we changed the values to reference this new endpoint, and things seem to work, but when we move to the 2.7.0 version, it all breaks with the above error. This leads me to believe tempo is not actually using the new S3 endpoint.
I fail to find an explanation for what we see then. The endpoint is clearly showing in the logs to not match the endpoint being provided, or matching what's running on the previous version
The first problem is, Tempo
2.7.0
is not able to operate behind AWS Network Firewall, the new Go 1.23 TLS changes break.So to mitigate this, we have an AWS S3 endpoint in our VPC. Before upgrading tempo, we changed the values to reference this new endpoint, and things seem to work, but when we move to the
2.7.0
version, it all breaks with the above error. This leads me to believe tempo is not actually using the new S3 endpoint.Our values file used to look like this
We updated it to be this
We then re-deployed an older working version. Then we upgrade, and you get the error above, which def. references the old value.
The config map, is definitely updated.
If I check a running pod, on the pre Go lang 1.23 release, the
/conf/tempo.yml
also shows the correct S3 endpoint.The text was updated successfully, but these errors were encountered: