Skip to content

Commit 036c131

Browse files
authored
fix(operator): Add log attribute for level to structured metadata (#14776)
1 parent d63fbed commit 036c131

File tree

1 file changed

+1
-0
lines changed
  • operator/internal/manifests/openshift

1 file changed

+1
-0
lines changed

‎operator/internal/manifests/openshift/otlp.go

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ func DefaultOTLPAttributes(disableRecommended bool) config.OTLPAttributeConfig {
8686
"k8s.event.user_agent",
8787
"k8s.user.groups",
8888
"k8s.user.username",
89+
"level",
8990
"log.iostream",
9091
},
9192
},

0 commit comments

Comments
 (0)