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
FLP uses loki-client-go to send the flowlog to Loki. loki-client-go is async. It waits for a full batch or for some timeout to expire before actually sending the flowlogs to loki. I couldn't find any trace log messages emitted when the actual sending is happening. A PR against loki-client-go should be submitted to add it.
You probably don't see anything on localhost:3100 because FLP exits before loki-client-go has sent the flowlogs to Loki.
As a quick and dirty hack, You may increase the waiting time to 10 seconds.
Is there a flag or some other way to see DEBUG/ or TRACE log with connection to Loki and what is sent there?
Right now I have simple pipeline with
and it runs without errors (and no output) even if there is nothing on localhost:3100 ( checked with
curl -v localhost:3100/ready
fails)@ronensc
@eranra
The text was updated successfully, but these errors were encountered: