Thanks for your response
@Ravi Semwal, yes i have turned off hotrod and load-hotrod services, and i am running signoz in hyper-scaled kubernetes envirnment, due to security constrain i can not share my architecture, but here is something i have tried to apply, i have used a gcs bucket to store a data after particular amount of disk is full i have used this config in values.yaml file
------------------------------------
clickhouse:
coldStorage:
enabled:
true
# Set free space size on default disk in bytes
defaultKeepFreeSpaceBytes: "10485760"
# 10MiB
type: gcs
endpoint:
https://storage.googleapis.com/<bucket-name>/data/
accessKey: <access_key_id>
secretAccess: <secret_access_key>
----------------------------------------
but after apply this when i set a retention period from an UI, i am getting this issue,
Error:-
"Your last call to change retention period to 7 days and S3 to 2 days failed. Please try again."
In values.yaml file, i have set config of an gcs, but in UI its still showing me a s3..
@Srikanth Chekuri can you look into this.