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
The first problem here is you cannot know witch start call is attached to its finished call.
The second problem is you don't know witch request is executed at the start call. Imagine the pod is killed during the execution of the request you cannot know witch request caused the outage.
Describe the solution you'd like
I proposed to add more context to the start call. The http.method the http.requestId and the thanos.method_name.
Is your proposal related to a problem?
When the --log.request.decision is set to LogStartAndFinishCall with a --log.level=debug you have this kind of stdout :
Describe the solution you'd like
I proposed to add more context to the start call. The http.method the http.requestId and the thanos.method_name.
Example:
Describe alternatives you've considered
You can use a revers proxy and use its logs.
Additional context
RAS
The text was updated successfully, but these errors were encountered: