Skip to content

Commit

Permalink
Add an otelcol.processor.span component (#4449)
Browse files Browse the repository at this point in the history
* Add an otelcol.processor.span component

* Add canonical link to docs

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>

* Add the new processor to all.go

---------

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
  • Loading branch information
ptodev and clayton-cornell committed Aug 14, 2023
1 parent 25b9d0d commit 7a00d99
Show file tree
Hide file tree
Showing 16 changed files with 1,853 additions and 406 deletions.
1 change: 1 addition & 0 deletions component/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ import (
_ "github.com/grafana/agent/component/otelcol/processor/attributes" // Import otelcol.processor.attributes
_ "github.com/grafana/agent/component/otelcol/processor/batch" // Import otelcol.processor.batch
_ "github.com/grafana/agent/component/otelcol/processor/memorylimiter" // Import otelcol.processor.memory_limiter
_ "github.com/grafana/agent/component/otelcol/processor/span" // Import otelcol.processor.span
_ "github.com/grafana/agent/component/otelcol/processor/tail_sampling" // Import otelcol.processor.tail_sampling
_ "github.com/grafana/agent/component/otelcol/receiver/jaeger" // Import otelcol.receiver.jaeger
_ "github.com/grafana/agent/component/otelcol/receiver/kafka" // Import otelcol.receiver.kafka
Expand Down

0 comments on commit 7a00d99

Please sign in to comment.