Skip to content

Commit

Permalink
Change log "stream' attribute according to OTel semantic conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax committed Nov 19, 2021
1 parent 47a70e6 commit 8c3c52b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ receivers:
k8s.pod.name: 'EXPR($$.pod_name)'
com.splunk.sourcetype: 'EXPR("kube:container:"+$$.container_name)'
attributes:
stream: 'EXPR($$.stream)'
log.iostream: 'EXPR($$.stream)'
{{- if .Values.logsCollection.containers.multilineConfigs }}
- type: router
routes:
Expand Down

0 comments on commit 8c3c52b

Please sign in to comment.