-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow configuring S3 StorageClass #1684
Comments
Can you give more information about how you would expect this feature to be enabled in Tempo? Is this something that can be configured on the bucket? |
Hey @joe-elliott , |
Ok, did some research. I figured this was something that was configurable on the bucket, but it seems like this is set at upload time? I am open to a PR to set this. I believe it would need to be set in two places: tempo/tempodb/backend/s3/s3.go Line 110 in e177ad0
tempo/tempodb/backend/s3/s3.go Line 141 in e177ad0
Also, i'm thinking we need a method to generate I would however warn against using storage classes such as Glacier as Tempo objects are accessed constantly. |
Currently I can’t configure grafana tempo to use the SATA S3 StorageClass
Would want to add this as a configurable feature
The text was updated successfully, but these errors were encountered: