mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
Add resourcedetectionprocessor to OTEL (#60074)
Update epoch for wolfi image
This commit is contained in:
parent
53e4506c1d
commit
ba93dc1e45
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user