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
Now that label cardinality is no longer an issue since the actual labels sent to Loki are limited. We can expose the DEBUG_HEADERS configuration option that allows logging all request/response headers.
The code has been there since the beginning but storing everything as labels had a big performance impact when querying. Also, it was quite common to hit the default maximum number of allowed labels by Loki.
Expose a DEBUG configuration to the worker settings.
Add a note to the README about this option.
The text was updated successfully, but these errors were encountered:
Now that label cardinality is no longer an issue since the actual labels sent to Loki are limited. We can expose the
DEBUG_HEADERS
configuration option that allows logging all request/response headers.The code has been there since the beginning but storing everything as labels had a big performance impact when querying. Also, it was quite common to hit the default maximum number of allowed labels by Loki.
DEBUG
configuration to the worker settings.The text was updated successfully, but these errors were encountered: