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

Update name of k8sattributes processor on documentation #4223

Merged
merged 1 commit into from
Oct 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Metrics correctness tests|In progress|[#652](https://github.com/open-telemetry/o
| |
**New Formats**|
Complete OTLP/HTTP support| |[#882](https://github.com/open-telemetry/opentelemetry-collector/issues/882)
Add logs support for all primary core processors (attributes, batch, k8s_tagger, etc)|In progress|
Add logs support for all primary core processors (attributes, batch, k8sattributes, etc)|In progress|
| |
**5 Min to Value**|
Distribution packages for most common targets (e.g. Docker, RPM, Windows, etc)|
Expand Down
4 changes: 2 additions & 2 deletions processor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ processor documentation for more information.

1. [memory_limiter](memorylimiterprocessor/README.md)
2. *any sampling processors*
3. Any processor relying on sending source from `Context` (e.g. `k8s_tagger`)
3. Any processor relying on sending source from `Context` (e.g. `k8sattributes`)
3. [batch](batchprocessor/README.md)
4. *any other processors*

### Metrics

1. [memory_limiter](memorylimiterprocessor/README.md)
2. Any processor relying on sending source from `Context` (e.g. `k8s_tagger`)
2. Any processor relying on sending source from `Context` (e.g. `k8sattributes`)
3. [batch](batchprocessor/README.md)
4. *any other processors*

Expand Down