Skip to content

Commit

Permalink
Merge pull request #12 from axoflow/testing-metricsextract
Browse files Browse the repository at this point in the history
add deltatocumulative processor to release
  • Loading branch information
kristofgyuracz authored Apr 17, 2024
2 parents 40978d3 + ea006e1 commit b055df7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ docker_manifests:
image_templates:
- ghcr.io/axoflow/axoflow-otel-collector/axoflow-otel-collector:latest-amd64
- ghcr.io/axoflow/axoflow-otel-collector/axoflow-otel-collector:latest-arm64
release:
disable: true
1 change: 1 addition & 0 deletions distributions/otelcol-contrib/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ processors:
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.97.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor v0.97.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/logstransformprocessor v0.97.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor v0.97.0

receivers:
- gomod: go.opentelemetry.io/collector/receiver/otlpreceiver v0.97.0
Expand Down

0 comments on commit b055df7

Please sign in to comment.