From 846a66e3b4e7ea92c54bf8a2c039f945d01accdd Mon Sep 17 00:00:00 2001 From: james hughes Date: Wed, 1 May 2024 16:07:20 -0700 Subject: [PATCH] fix lint --- content-modules/opamp-spec | 2 +- content-modules/opentelemetry-proto | 2 +- content/en/docs/collector/building/_index.md | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content-modules/opamp-spec b/content-modules/opamp-spec index 950df2967e22..0360da84c300 160000 --- a/content-modules/opamp-spec +++ b/content-modules/opamp-spec @@ -1 +1 @@ -Subproject commit 950df2967e22526aa553aac1d874ac90b973d140 +Subproject commit 0360da84c3009866b7af702606f7480eb72da6d3 diff --git a/content-modules/opentelemetry-proto b/content-modules/opentelemetry-proto index 39339ef17721..24d4bc002003 160000 --- a/content-modules/opentelemetry-proto +++ b/content-modules/opentelemetry-proto @@ -1 +1 @@ -Subproject commit 39339ef177218cc965b8cf863d761775ec668858 +Subproject commit 24d4bc002003c74db7aa608c8e254155daf8e49d diff --git a/content/en/docs/collector/building/_index.md b/content/en/docs/collector/building/_index.md index 156fb8506f4b..bc3148d3e844 100644 --- a/content/en/docs/collector/building/_index.md +++ b/content/en/docs/collector/building/_index.md @@ -14,8 +14,10 @@ There are several [classes](https://github.com/open-telemetry/opentelemetry-collector/blob/main/cmd/mdatagen/main.go#L184) of OpenTelemetry components, such as -- `receivers` Scrapers and Listeners to ingest data, typically used to convert data from an external source to OTLP -- `exporters` Ways to export data to non-OTLP formats, vendor-specific backends, or other Observability tools +- `receivers` Scrapers and Listeners to ingest data, typically used to convert + data from an external source to OTLP +- `exporters` Ways to export data to non-OTLP formats, vendor-specific backends, + or other Observability tools - `processors` Ways to process data in a pipeline - `connectors` Ways to [connect pipelines](./connector/) and form a [DAG](https://en.wikipedia.org/wiki/Directed_acyclic_graph) for your data