Skip to content

Commit 3143921

Browse files
fix: remove resource detection from RED metrics pipeline (#440)
1 parent 4524c47 commit 3143921

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: agent
33
description: Chart to install K8s collection stack based on Observe Agent
44
type: application
5-
version: 0.75.0
5+
version: 0.75.1
66
appVersion: "2.10.1"
77
dependencies:
88
- name: opentelemetry-collector

charts/agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# agent
22

3-
![Version: 0.75.0](https://img.shields.io/badge/Version-0.75.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.10.1](https://img.shields.io/badge/AppVersion-2.10.1-informational?style=flat-square)
3+
![Version: 0.75.1](https://img.shields.io/badge/Version-0.75.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.10.1](https://img.shields.io/badge/AppVersion-2.10.1-informational?style=flat-square)
44

55
Chart to install K8s collection stack based on Observe Agent
66

charts/agent/templates/_config-pipelines.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ metrics/spanmetrics:
3434
- transform/fix_red_metrics_resource_attributes
3535
- batch
3636
- resource/observe_common
37-
- resourcedetection/cloud
3837
- attributes/debug_source_span_metrics
3938
exporters: [{{ join ", " $metricsSpanmetricsExporters }}]
4039
{{- end -}}

0 commit comments

Comments
 (0)