File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Logs will be scraped from all pods in the Kubernetes cluster.
2222
2323``` bash
2424helm repo add coder-observability https://helm.coder.com/observability
25- helm upgrade --install coder-observability coder-observability/coder-observability --version 0.4.0 --namespace coder-observability --create-namespace
25+ helm upgrade --install coder-observability coder-observability/coder-observability --version 0.4.1 --namespace coder-observability --create-namespace
2626```
2727
2828## Requirements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : coder-observability
33description : Gain insights into your Coder deployment
44type : application
5- version : 0.4.0
5+ version : 0.4.1
66dependencies :
77 - name : pyroscope
88 condition : pyroscope.enabled
Original file line number Diff line number Diff line change @@ -197,11 +197,13 @@ loki.process "pod_logs" {
197197{ { if $agent .extraBlocks -} }
198198{ { $agent .extraBlocks } }
199199{ {- end } }
200+ { { if .Values.loki.enabled -} }
200201loki.write "loki" {
201202 endpoint {
202203 url = " http://{{ include " loki.fullname" .Subcharts.loki }}-gateway.{{ .Release.Namespace }}.{{ .Values.global.zone }}/loki/api/v1/push"
203204 }
204205}
206+ { {- end } }
205207
206208{ { if .Values.pyroscope.enabled } }
207209pyroscope.scrape "pods" {
@@ -407,4 +409,4 @@ prometheus.scrape "coder_metrics" {
407409{ {- range $key , $val := . -} }
408410{ { $key } } = "{ { $val } }",
409411{ {- end -} }
410- { { end } }
412+ { { end } }
You can’t perform that action at this time.
0 commit comments