Skip to content

Commit

Permalink
Remove tailsamplingprocessor (#2012)
Browse files Browse the repository at this point in the history
**Description:** as discussed in the past, we are moving the tail-based sampling processor to the contrib repository.

IMPORTANT: there shouldn't be a release of the collector/contrib until the contrib counterpart is merged!

**Link to tracking Issue:** Partially addresses #2020.

**Testing:** regular test.

**Documentation:** Removed processor from readme.

Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling authored Oct 27, 2020
1 parent 0826255 commit 6ae6615
Show file tree
Hide file tree
Showing 26 changed files with 1 addition and 2,583 deletions.
4 changes: 1 addition & 3 deletions processor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ Supported processors (sorted alphabetically):
- [Memory Limiter Processor](memorylimiter/README.md)
- [Queued Retry Processor](queuedprocessor/README.md)
- [Resource Processor](resourceprocessor/README.md)
- Sampling Processors
- [Probabilistic Sampling Processor](samplingprocessor/probabilisticsamplerprocessor/README.md)
- [Tail Sampling Processor](samplingprocessor/tailsamplingprocessor/README.md)
- [Probabilistic Sampling Processor](samplingprocessor/probabilisticsamplerprocessor/README.md)
- [Span Processor](spanprocessor/README.md)

The [contributors repository](https://github.com/open-telemetry/opentelemetry-collector-contrib)
Expand Down
58 changes: 0 additions & 58 deletions processor/samplingprocessor/tailsamplingprocessor/README.md

This file was deleted.

95 changes: 0 additions & 95 deletions processor/samplingprocessor/tailsamplingprocessor/config.go

This file was deleted.

72 changes: 0 additions & 72 deletions processor/samplingprocessor/tailsamplingprocessor/config_test.go

This file was deleted.

59 changes: 0 additions & 59 deletions processor/samplingprocessor/tailsamplingprocessor/factory.go

This file was deleted.

52 changes: 0 additions & 52 deletions processor/samplingprocessor/tailsamplingprocessor/factory_test.go

This file was deleted.

Loading

0 comments on commit 6ae6615

Please sign in to comment.