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
{{ message }}
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
Right now, labels can only be set during client initialization. It would be very useful if you could set additional labels to individual messages. e.g.:
loki.InfoWithLabelf("{worker_id=\"123\"}", "source = %s, time = %s, i = %d\n", source_name, tstamp, i)
Right now, labels can only be set during client initialization. It would be very useful if you could set additional labels to individual messages. e.g.: