diff --git a/runtime/server_http_response.go b/runtime/server_http_response.go index b538700cc..05e7331c2 100644 --- a/runtime/server_http_response.go +++ b/runtime/server_http_response.go @@ -123,7 +123,7 @@ func (res *ServerHTTPResponse) finish(ctx context.Context) { append(logFields, zap.Int("UnknownStatusCode", res.StatusCode))..., ) } else { - tagged.Counter(endpointStatus).Inc(1) + tagged.Tagged(map[string]string{"host": GetHostname()}).Counter(endpointStatus).Inc(1) } logFn := res.contextLogger.Debug