Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add unroll processor to v2 manifest #2086

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add unroll manifest to v2 build of the collector
  • Loading branch information
schmikei committed Jan 6, 2025
commit 80a3907027f97d05fcee4328f95c1c4d2989aabf
2 changes: 2 additions & 0 deletions manifests/observIQ/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ processors:
path: "./processor/spancountprocessor"
- gomod: github.com/observiq/bindplane-otel-collector/processor/throughputmeasurementprocessor v1.66.0
path: "./processor/throughputmeasurementprocessor"
- gomod: github.com/observiq/bindplane-otel-collector/processor/unrollprocessor v1.66.0
path: "./processor/unrollprocessor"
receivers:
- gomod: go.opentelemetry.io/collector/receiver/nopreceiver v0.114.0
- gomod: go.opentelemetry.io/collector/receiver/otlpreceiver v0.114.0
Expand Down
Loading