-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
Description
Component(s)
exporter/azureblob
Is your feature request related to a problem? Please describe.
We are making use of the new template_enabled for naming the Azure blobs, but we do not want the result passed through time.Format(...)
. The name uses attributes from the logs which naturally contain characters that are recognized by Go's time parser.
Describe the solution you'd like
We would love to have a config option to disable this time parsing. Thanks!
Describe alternatives you've considered
We tried seeing if there was any way to escape the string in a way to make the time parser not run on it, but there doesn't seem to be a way.
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1
or me too
, to help us triage it. Learn more here.