Skip to content

Commit

Permalink
Merge pull request #116 from grafana/fix_loki_write_endpoint
Browse files Browse the repository at this point in the history
Fix local write end point
  • Loading branch information
MichelHollands authored May 13, 2024
2 parents b312fc3 + f7946ff commit 650df82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/meta-monitoring/templates/agent/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ data:
{{- if .Values.local.logs.enabled }}
loki.write "local" {
endpoint {
url = "http://{{- .Release.Namespace -}}-loki-gateway.{{- .Release.Namespace -}}.svc.cluster.local:80/loki/api/v1/push"
url = "http://loki-write.{{- .Release.Namespace -}}.svc.cluster.local:3100/loki/api/v1/push"
}
}
{{- end }}
Expand Down

0 comments on commit 650df82

Please sign in to comment.