Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ning Sun <[email protected]>
  • Loading branch information
paomian and sunng87 authored Nov 12, 2024
1 parent cc7046a commit 1058032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana-alloy/config.alloy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ otelcol.exporter.otlphttp "greptimedb_logs" {
headers = {
"X-Greptime-DB-Name" = "${GREPTIME_DB:=public}",
"x-greptime-log-table-name" = "demo_logs",
"x-greptime-log-extract-keys" = "filename,log.file.name,loki.attribute.labels",
"x-greptime-log-extract-keys" = "filename",
}
auth = otelcol.auth.basic.credentials.handler
}
Expand Down

0 comments on commit 1058032

Please sign in to comment.