Skip to content

Commit

Permalink
remove excessive underscore from dockerLabelLogStream (grafana#5890)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeweary authored Apr 12, 2022
1 parent 45ffebd commit 81021c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/pkg/promtail/targets/docker/targetmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
dockerLabel = model.MetaLabelPrefix + "docker_"
dockerLabelContainerPrefix = dockerLabel + "container_"
dockerLabelContainerID = dockerLabelContainerPrefix + "id"
dockerLabelLogStream = dockerLabelContainerPrefix + "_log_stream"
dockerLabelLogStream = dockerLabelContainerPrefix + "log_stream"
)

type TargetManager struct {
Expand Down

0 comments on commit 81021c9

Please sign in to comment.