Skip to content

fix: update readme to reflect current components + OTEL collector ver… #56

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

Merged
merged 1 commit into from
Jul 17, 2024
Merged
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
44 changes: 25 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,32 @@ To start the observe agent after building the binary run the following command.

## Components

Current OTEL Collector Version: `v0.105.0`

This section lists the components that are included in the Observe Distribution of the OpenTelemetry Collector.

| Receivers | Processors | Exporters | Extensions | Connectors |
|--------------------------------------------|-------------------------------------------------|------------------------------|--------------------------------------|-------------------------|
| [docker_stats][dockerstatsreceiver] | [attributes][attributesprocessor] | [debug][debugexporter] | [file_storage][filestorage] | [count][countconnector] |
| [elasticsearch][elasticsearchreceiver] | [batch][batchprocessor] | [file][fileexporter] | [health_check][healthcheckextension] | |
| [filelog][filelogreceiver] | [k8sattributes][k8sattributesprocessor] | [otlphttp][otlphttpexporter] | [zpages][zpagesextension] | |
| [filestats][filestatsreceiver] | [memory_limiter][memorylimiterprocessor] | | | |
| [hostmetrics][hostmetricsreceiver] | [resourcedetection][resourcedetectionprocessor] | | | |
| [iis][iisreceiver] | [transform][transformprocessor] | | | |
| [journald][journaldreceiver] | | | | |
| [k8s_cluster][k8sclusterreceiver] | | | | |
| [k8sobjects][k8sobjectsreceiver] | | | | |
| [kafkametrics][kafkametricsreceiver] | | | | |
| [kafka][kafkareceiver] | | | | |
| [kubeletstats][kubeletstatsreceiver] | | | | |
| [otlp][otlpreceiver] | | | | |
| [prometheus][prometheusreceiver] | | | | |
| [redis][redisreceiver] | | | | |
| [statsd][statsdreceiver] | | | | |
| [windowseventlog][windowseventlogreceiver] | | | | |
| Receivers | Processors | Exporters | Extensions | Connectors |
|----------------------------------------------------------|-------------------------------------------------|------------------------------|--------------------------------------|-------------------------|
| [awsecscontainermetrics][awsecscontainermetricsreceiver] | [attributes][attributesprocessor] | [debug][debugexporter] | [file_storage][filestorage] | [count][countconnector] |
| [docker_stats][dockerstatsreceiver] | [batch][batchprocessor] | [file][fileexporter] | [health_check][healthcheckextension] | |
| [elasticsearch][elasticsearchreceiver] | [filter][filterprocessor] | [otlphttp][otlphttpexporter] | [zpages][zpagesextension] | |
| [filelog][filelogreceiver] | [k8sattributes][k8sattributesprocessor] | | | |
| [filestats][filestatsreceiver] | [memory_limiter][memorylimiterprocessor] | | | |
| [hostmetrics][hostmetricsreceiver] | [resourcedetection][resourcedetectionprocessor] | | | |
| [iis][iisreceiver] | [transform][transformprocessor] | | | |
| [journald][journaldreceiver] | | | | |
| [k8s_cluster][k8sclusterreceiver] | | | | |
| [k8sobjects][k8sobjectsreceiver] | | | | |
| [kafkametrics][kafkametricsreceiver] | | | | |
| [kafka][kafkareceiver] | | | | |
| [kubeletstats][kubeletstatsreceiver] | | | | |
| [otlp][otlpreceiver] | | | | |
| [prometheus][prometheusreceiver] | | | | |
| [redis][redisreceiver] | | | | |
| [statsd][statsdreceiver] | | | | |
| [windowseventlog][windowseventlogreceiver] | | | | |

[awsecscontainermetricsreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.105.0/receiver/awsecscontainermetricsreceiver
[dockerstatsreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.104.0/receiver/dockerstatsreceiver
[elasticsearchreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.103.0/receiver/elasticsearchreceiver
[filelogreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.103.0/receiver/filelogreceiver
Expand All @@ -77,6 +82,7 @@ This section lists the components that are included in the Observe Distribution
[windowseventlogreceiver]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.103.0/receiver/windowseventlogreceiver
[attributesprocessor]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.103.0/processor/attributesprocessor
[batchprocessor]: https://github.com/open-telemetry/opentelemetry-collector/tree/v0.103.0/processor/batchprocessor
[filterprocessor]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.104.0/processor/filterprocessor
[k8sattributesprocessor]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.103.0/processor/k8sattributesprocessor
[memorylimiterprocessor]: https://github.com/open-telemetry/opentelemetry-collector/tree/v0.103.0/processor/memorylimiterprocessor
[resourcedetectionprocessor]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.103.0/processor/resourcedetectionprocessor
Expand Down
Loading