Regarding the issue of log output for the "request.logging-config-file" parameter #8535
Unanswered
cscowx
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everyone
Container image version:thanosio/thanos:main-2025-10-07-be442a5
/bin $ ./thanos --version
thanos, version 0.40.0-dev (branch: main, revision: be442a5)
build user: root@76cd6c6b9001
build date: 20251007-14:11:33
go version: go1.25.1
platform: linux/amd64
tags: netgo,slicelabels
My CoreDNS does not support IPv6.
#Thanos Query UI
http://192.168.110.210:30902/thanos/query
I queried the statement "up[5m]" through the Thanos Query UI interface.
There are results displayed on the page, but no relevant request logs can be found through kubectl logs.
I wonder if it's a problem with my configuration?
Could you please help me figure out the reason? My requirement is that whenever a query statement is made on the Thanos Query UI, the log of these request statements should be recorded. Through these logs, I want to analyze whether the data is obtained from the sidecar or the store gateway.
kubectl logs -f pod/my-thanos-query-0 -n monitor
No relevant request log outputkubectl logs -f pod/my-thanos-query-1 -n monitor
No relevant request log outputConfiguration as follows:
Beta Was this translation helpful? Give feedback.
All reactions