Skip to content

Commit 8d0b484

Browse files
authored
Update loki.go
Signed-off-by: Hans Kristian Flaatten <[email protected]>
1 parent d99038a commit 8d0b484

File tree

1 file changed

+1
-1
lines changed
  • pkg/sdk/logging/model/output

1 file changed

+1
-1
lines changed

pkg/sdk/logging/model/output/loki.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ type LokiOutput struct {
7979
Labels Label `json:"labels,omitempty"`
8080
// Set of extra labels to include with every Loki stream.
8181
ExtraLabels map[string]string `json:"extra_labels,omitempty"`
82-
// Format to use when flattening the record to a log line: json, key_value (default: key_value)
82+
// Format to use when flattening the record to a log line: json, key_value (default: json)
8383
LineFormat string `json:"line_format,omitempty" plugin:"default:json"`
8484
// Extract kubernetes labels as loki labels (default: false)
8585
ExtractKubernetesLabels *bool `json:"extract_kubernetes_labels,omitempty"`

0 commit comments

Comments
 (0)