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
When key is defined as a Loki label with labels, label_keys or
label_map_path, the code is trying to remove them. However, if
remove_keys is not defined, it never gets to the part that actually
removes them. This looks like an obvious bug to me.
I moved the debug message to inside the if (size > 0) statement, because
earlier it would only print it if it was actually trying to remove
something. So without moving it it would spam it every time. And absence
of the message would then indicate size == 0. Not sure if this is the
best, though.
0 commit comments