Skip to content

Commit 97b4e4c

Browse files
author
Tyler Reid
committed
Add query-frontend component to front end log message
Signed-off-by: Tyler Reid <[email protected]>
1 parent e487e22 commit 97b4e4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/frontend/transport/handler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ func (f *Handler) reportQueryStats(r *http.Request, queryString url.Values, quer
173173
// Log stats.
174174
logMessage := append([]interface{}{
175175
"msg", "query stats",
176+
"component", "query-frontend",
176177
"method", r.Method,
177178
"path", r.URL.Path,
178179
"response_time", queryResponseTime,

0 commit comments

Comments
 (0)