Skip to content

Commit

Permalink
Clarify extra bad include gateway metrics
Browse files Browse the repository at this point in the history
Signed-off-by: René Treffer <[email protected]>
  • Loading branch information
rtreffer-rddt committed Aug 15, 2024
1 parent 48d9b1b commit 2241469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dag/httpproxy_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ func (p *HTTPProxyProcessor) addStatusBadGatewayRoute(routes []*Route, conds []c
}

if p.EnableStatPrefix {
route.StatPrefix = ptr.To(fmt.Sprintf("%s_%s", proxy.Namespace, proxy.Name))
route.StatPrefix = ptr.To(fmt.Sprintf("%s_%s_bad-include-502", proxy.Namespace, proxy.Name))
}

routes = append(routes, route)
Expand Down

0 comments on commit 2241469

Please sign in to comment.