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
Describe the bug
The Loki helm chart is missing the loki.storage.azure.chunkDelimiter parameter. This is needed when migrating from S3 (which uses :) to Azure Blob Storage (which uses - by default (why?!)).
To Reproduce
Steps to reproduce the behavior:
Set loki.storage.azure.chunkDelimiter to :
Deploy to Kubernetes
Delimiter is still using - because parameter is not set in the template.
Expected behavior
Being able to set chunkDelimiter as part of the helm values.
Environment:
Infrastructure: Kubernetes
Deployment tool: helm
Screenshots, Promtail config, or terminal output
N/A
The text was updated successfully, but these errors were encountered:
Hey @NGPixel . by default we replace : with - because Azure did not support a colon in object name through the SDK Loki uses under the hood.
So, I believe it's useful to be able to customize chunkDelimiter in the helm chart but be aware that using a colon might bring the issue to your setup(not sure, because maybe Azure SDK already fixed the issue).
Describe the bug
The Loki helm chart is missing the
loki.storage.azure.chunkDelimiter
parameter. This is needed when migrating from S3 (which uses:
) to Azure Blob Storage (which uses-
by default (why?!)).To Reproduce
Steps to reproduce the behavior:
loki.storage.azure.chunkDelimiter
to:
-
because parameter is not set in the template.Expected behavior
Being able to set
chunkDelimiter
as part of the helm values.Environment:
Screenshots, Promtail config, or terminal output
N/A
The text was updated successfully, but these errors were encountered: