From 7fe6feeab77150efdf7dcdda11b5c55ea46ee31a Mon Sep 17 00:00:00 2001 From: Dmitry Harupa Date: Wed, 5 Apr 2023 15:49:22 +0200 Subject: [PATCH] agent: bug fix2 --- charts/agent/Chart.yaml | 2 +- charts/agent/values.yaml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 5f1f329..e886814 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.19 +version: 0.5.20 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index ee30d74..24d8182 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -398,12 +398,8 @@ config: receivers: [ otlp ] processors: [ resource, resource/tempo, memory_limiter, batch ] exporters: [ logging, otlp/global ] - metrics/2: - receivers: [ prometheus ] - processors: [ resource, transform, memory_limiter ] - exporters: [ logging, otlp/global ] metrics: - receivers: [ otlp, ] + receivers: [ otlp, prometheus] processors: [ resource, transform, memory_limiter ] exporters: [ logging, otlp/global ] logs: