Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoravong committed May 3, 2024
1 parent 2198307 commit 518f917
Showing 2 changed files with 22 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docs/components.md
Original file line number Diff line number Diff line change
@@ -66,26 +66,26 @@ The distribution offers support for the following components.

<div>

| Processors | Stability |
|:--------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------|
| [attributes](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/attributesprocessor) | [alpha] |
| [batch](https://github.com/open-telemetry/opentelemetry-collector/tree/main/processor/batchprocessor) | [beta] |
| [cumulativetodelta](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/cumulativetodeltaprocessor) | [beta] |
| [filter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/filterprocessor) | [alpha] |
| [groupbyattrs](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/groupbyattrsprocessor) | [beta] |
| [k8sattributes](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/k8sattributesprocessor) | [beta] |
| [logstransform](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/logstransformprocessor) | [in development] |
| [memorylimiter](https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/memorylimiterprocessor) | [beta] |
| [metricstransform](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/metricstransformprocessor) | [beta] |
| [probabilisticsampler](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/probabilisticsamplerprocessor) | [beta] |
| [redaction](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/redactionprocessor) | [beta] |
| [resourcedetection](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/resourcedetectionprocessor) | [beta] |
| [resource](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/resourceprocessor) | [beta] |
| [routing](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/routingprocessor) | [beta] |
| [span](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/spanprocessor) | [alpha] |
| [tail_sampling](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/tailsamplingprocessor) | [beta] |
| [timestamp](../pkg/processor/timestampprocessor) | [in development] |
| [transform](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/transformprocessor) | [alpha] |
| Processors | Stability |
|:--------------------------------------------------------------------------------------------------------------------------------------------|:-----------------|
| [attributes](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/attributesprocessor) | [alpha] |
| [batch](https://github.com/open-telemetry/opentelemetry-collector/tree/main/processor/batchprocessor) | [beta] |
| [cumulativetodelta](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/cumulativetodeltaprocessor) | [beta] |
| [filter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/filterprocessor) | [alpha] |
| [groupbyattrs](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/groupbyattrsprocessor) | [beta] |
| [k8sattributes](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/k8sattributesprocessor) | [beta] |
| [logstransform](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/logstransformprocessor) | [in development] |
| [memorylimiter](https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/memorylimiterprocessor) | [beta] |
| [metricstransform](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/metricstransformprocessor) | [beta] |
| [probabilisticsampler](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/probabilisticsamplerprocessor) | [beta] |
| [redaction](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/redactionprocessor) | [beta] |
| [resourcedetection](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/resourcedetectionprocessor) | [beta] |
| [resource](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/resourceprocessor) | [beta] |
| [routing](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/routingprocessor) | [beta] |
| [span](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/spanprocessor) | [alpha] |
| [tail_sampling](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/tailsamplingprocessor) | [beta] |
| [timestamp](../pkg/processor/timestampprocessor) | [in development] |
| [transform](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/transformprocessor) | [alpha] |

</div>

2 changes: 2 additions & 0 deletions internal/components/components.go
Original file line number Diff line number Diff line change
@@ -46,6 +46,7 @@ import (
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/logstransformprocessor"
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor"
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/probabilisticsamplerprocessor"
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor"

Check failure on line 49 in internal/components/components.go

GitHub Actions / setup-environment

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / docker-otelcol (amd64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / docker-otelcol (amd64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / docker-otelcol (amd64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / docker-otelcol (amd64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-linux_arm64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-linux_arm64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-linux_arm64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-linux_amd64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-linux_amd64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-linux_amd64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-windows_amd64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-windows_amd64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-windows_amd64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-linux_ppc64le)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-linux_ppc64le)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-linux_ppc64le)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-darwin_arm64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-darwin_arm64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-darwin_arm64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-darwin_amd64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-darwin_amd64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / cross-compile (binaries-darwin_amd64)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / coverage

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / coverage

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / coverage

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / test

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / test

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / test

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / test

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / darwin-test (macos-13-xlarge)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / darwin-test (macos-13-xlarge)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / darwin-test (macos-13-xlarge)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / darwin-test (macos-14)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / tidy

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / tidy

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / tidy

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / darwin-test (macos-13)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / gofmt

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / gofmt

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / gofmt

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / gofmt

could not import github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (invalid package name: "")

Check failure on line 49 in internal/components/components.go

GitHub Actions / gofmt

could not import github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (invalid package name: "")

Check failure on line 49 in internal/components/components.go

GitHub Actions / generate-metrics

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / generate-metrics

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / generate-metrics

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / generate-metrics

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / generate-metrics

could not import github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (invalid package name: "")

Check failure on line 49 in internal/components/components.go

GitHub Actions / generate-metrics

could not import github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (invalid package name: "")

Check failure on line 49 in internal/components/components.go

GitHub Actions / lint

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / lint

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / lint

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:

Check failure on line 49 in internal/components/components.go

GitHub Actions / windows-test (windows-2022)

missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/processor/redactionprocessor (imported by github.com/signalfx/splunk-otel-collector/internal/components); to add:
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor"
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor"
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/routingprocessor"
@@ -232,6 +233,7 @@ func Get() (otelcol.Factories, error) {
memorylimiterprocessor.NewFactory(),
metricstransformprocessor.NewFactory(),
probabilisticsamplerprocessor.NewFactory(),
redactionprocessor.NewFactory(),
resourcedetectionprocessor.NewFactory(),
resourceprocessor.NewFactory(),
routingprocessor.NewFactory(),

0 comments on commit 518f917

Please sign in to comment.