From 786c451dc1fd368c36078f4024be749426d089e5 Mon Sep 17 00:00:00 2001 From: Andy Lo-A-Foe Date: Thu, 10 Oct 2024 18:22:32 +0200 Subject: [PATCH] Remove otelcol.exporter.loki.default.input --- charts/hsp-observability-agent/Chart.yaml | 2 +- charts/hsp-observability-agent/README.md | 2 +- charts/hsp-observability-agent/config/config.alloy | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/hsp-observability-agent/Chart.yaml b/charts/hsp-observability-agent/Chart.yaml index 0206808..97d35f7 100644 --- a/charts/hsp-observability-agent/Chart.yaml +++ b/charts/hsp-observability-agent/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: hsp-observability-agent -version: 0.1.8 +version: 0.1.9 diff --git a/charts/hsp-observability-agent/README.md b/charts/hsp-observability-agent/README.md index 025e768..94c4984 100644 --- a/charts/hsp-observability-agent/README.md +++ b/charts/hsp-observability-agent/README.md @@ -1,6 +1,6 @@ # hsp-observability-agent -![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) +![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) Grafana Alloy is a vendor-neutral distribution of the OpenTelemetry (OTel) Collector. Alloy uniquely combines the very best OSS observability signals in the community. diff --git a/charts/hsp-observability-agent/config/config.alloy b/charts/hsp-observability-agent/config/config.alloy index 4a93ee1..2088f7e 100644 --- a/charts/hsp-observability-agent/config/config.alloy +++ b/charts/hsp-observability-agent/config/config.alloy @@ -41,7 +41,6 @@ otelcol.processor.attributes "default" { } output { logs = [ - otelcol.exporter.loki.default.input, {{- range .Values.otlp.remote_receivers }} otelcol.processor.transform.{{ .name }}.input, {{- end }}