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

remove the unsupported components in README #68

Merged
merged 2 commits into from
Oct 27, 2020
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly" # Check for updates to GitHub Actions every weekday
interval: "weekly" # Check for updates to GitHub Actions every weekly
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ This table represents the supported components of AWS OTel Collector in 2020. Th
|----------------------|-------------------------------|--------------------|------------------------|
| prometheusreceiver | attributesprocessor | *awsxrayexporter* | healthcheckextension |
| otlpreceiver | resourceprocessor | *awsemfexporter* | pprofextension |
| *statsdreceiver* | queuedprocessor | prometheusexporter | zpagesextension |
| *xrayreceiver* | batchprocessor | loggingexporter | |
| *ecsmetadatareceiver*| memorylimite | otlpexporter | |
| | queuedprocessor | prometheusexporter | zpagesextension |
| | batchprocessor | loggingexporter | |
| | memorylimite | otlpexporter | |
| | tailsamplingprocessor | fileexporter | |
| | probabilisticsamplerprocessor | | |
| | spanprocessor | | |
Expand Down