Add resourcedetectionprocessor to OTEL (#60074)

Update epoch for wolfi image
This commit is contained in:
Dax McDonald 2024-02-02 10:21:38 -07:00 committed by GitHub
parent 53e4506c1d
commit ba93dc1e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -40,3 +40,4 @@ processors:
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v$OTEL_COLLECTOR_VERSION
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor v$OTEL_COLLECTOR_VERSION
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sattributesprocessor v$OTEL_COLLECTOR_VERSION
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v$OTEL_COLLECTOR_VERSION

View File

@ -1,7 +1,7 @@
package:
name: opentelemetry-collector
version: 0.92.0 # Keep in sync with go.opentelemetry.io/collector version in go.mod
epoch: 3
epoch: 4
description: "Vendor-agnostic implementation on how to receive, process and export telemetry data"
target-architecture:
- x86_64

View File

@ -40,3 +40,4 @@ processors:
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v$OTEL_COLLECTOR_VERSION
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor v$OTEL_COLLECTOR_VERSION
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sattributesprocessor v$OTEL_COLLECTOR_VERSION
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v$OTEL_COLLECTOR_VERSION