Replies: 1 comment 3 replies
-
Hi! The problem is You can read about Tempo config parameters in our docs. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
My intention:
I am trying to use the grafana search function to get past traces from s3 bucket.
Issue:
![image](https://private-user-images.githubusercontent.com/124663457/370228846-cf482510-32dd-4ace-9ff1-ff9ba2bfa96a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTI2NDEsIm5iZiI6MTczOTExMjM0MSwicGF0aCI6Ii8xMjQ2NjM0NTcvMzcwMjI4ODQ2LWNmNDgyNTEwLTMyZGQtNGFjZS05ZmYxLWZmOWJhMmJmYTk2YS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQxNDQ1NDFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wNTdjNWJhOTY0ZTFmMjExYTBlZjYxYjQ2Mzg4YWRjMjAzZGEyNjVhZTg1MmMxZTA2MjVmOTA4MTg2ZDFmZjU4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ByoWEg3VhygVj1r34LJp4_OebC9Bb0uNIaP9TWQyqUg)
I am unable to search traces in my grafana after 30mins(For testing) I'm not sure if i missed out anything in my configuration. For the first 30 mins I am able to get traces and i can see the blocks in my container at
/storage/tempo/wal/blocks/
but after 30 mins or so it is removed and I was not able to search for traces on grafana however the block on my s3 is still there but I was not able to get the traces from the blocks in s3(storage backend).Configuration:
This is the file for the tempo configmap file with the tempo configuration. I am running my grafana stack on an eks cluster node. From what i observed from my current configuration the
compacted_block_retention: 3h
retains the compacted blocks in s3. I am not sure whatblock_retention
is pertaining to.Beta Was this translation helpful? Give feedback.
All reactions