We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652e8c9 commit f29bff6Copy full SHA for f29bff6
lura/attributes.go
@@ -29,7 +29,6 @@ import (
29
// - backend-request: when reporting the request to the backends
30
// - server address: the host for the request
31
func backendConfigAttributes(cfg *config.Backend, stage string) []attribute.KeyValue {
32
-
33
urlPattern := kotelconfig.NormalizeURLPattern(cfg.URLPattern)
34
parentEndpoint := kotelconfig.NormalizeURLPattern(cfg.ParentEndpoint)
35
0 commit comments