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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
Vector converts label names to lowercase during template expansion. Since labels in Loki are case-sensitive, this can result in logs' being assigned the wrong labels.
Good call. I'm not sure why it would be converting to lowercase. It's an easy fix, but one we'd need to do carefully in case there are some users relying on that conversion.
We looked at the original change that introduced this (#12041) and agree that it is not needed. We can remove the lowercase function but need to treat this as a breaking change.
A note for the community
Problem
Vector converts label names to lowercase during template expansion. Since labels in Loki are case-sensitive, this can result in logs' being assigned the wrong labels.
Configuration
No response
Version
vector 0.33.0 (x86_64-pc-windows-msvc 89605fb 2023-09-27 14:18:24.180809939)
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: