-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor the labels builder to remove the StreamLabel list #14307
Comments
On checking the stream label part. I think its been used in rename case I feel the idea behind the StreamLabel is,
This idea can be validated in other methods of the builder,
Based on my hypothesis, Correct me if my understanding is wrong. cc: @salvacorts |
Sorry for the delayed response @ravishankar15, I was on PTO and just came back.
You're right, I was wrong, we do use
I don't think this would simplify things substantially but we may make things a bit more difficult to reason about. IMO we are good as we are now. Moreover provided this is part of the critical path of Loki, I would avoid making changes here that wouldn't solve any bug or improve the performance. Wdyt? |
Yeah @salvacorts I agree with your thought I will close this issue. |
Is your feature request related to a problem? Please describe.
The current labels builder has two list base and
add[StreamLabel]
which is confusing and theadd[StreamLabel]
might not be needed since all the values are available inbase
Describe the solution you'd like
#13955 (comment)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: