Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjj committed May 1, 2024
1 parent fbb2c6e commit 846a66e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content-modules/opamp-spec
6 changes: 4 additions & 2 deletions content/en/docs/collector/building/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 846a66e

Please sign in to comment.