Skip to content

Commit

Permalink
Results from /fix:format
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot committed Nov 6, 2024
1 parent ba22522 commit ae81459
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion data/registry/collector-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ language: collector
tags:
- collector
license: Apache 2.0
description: A CLI tool that generates OpenTelemetry Collector binaries based on a manifest.
description:
A CLI tool that generates OpenTelemetry Collector binaries based on a
manifest.
authors:
- name: OpenTelemetry Authors
urls:
Expand Down
5 changes: 4 additions & 1 deletion data/registry/collector-exporter-nop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ tags:
urls:
repo: https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/nopexporter
license: Apache 2.0
description: Serves as a placeholder exporter in a pipeline. This can be useful if you want to e.g. start a Collector with only extensions enabled, or for testing Collector pipeline throughput without worrying about an exporter.
description:
Serves as a placeholder exporter in a pipeline. This can be useful if you want
to e.g. start a Collector with only extensions enabled, or for testing
Collector pipeline throughput without worrying about an exporter.
authors:
- name: OpenTelemetry Authors
createdAt: 2024-04-18
Expand Down
3 changes: 2 additions & 1 deletion data/registry/collector-extension-memorylimiter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ tags:
urls:
repo: https://github.com/open-telemetry/opentelemetry-collector/tree/main/extension/memorylimiterextension
license: Apache 2.0
description: The memory limiter extension is used to prevent out of memory situations on
description:
The memory limiter extension is used to prevent out of memory situations on
authors:
- name: OpenTelemetry Authors
createdAt: 2024-04-18
Expand Down
4 changes: 3 additions & 1 deletion data/registry/collector-processor-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ tags:
- processor
- collector
license: Apache 2.0
description: The Batch Processor for the OpenTelemetry Collector accepts spans, metrics, or logs and places them into batches.
description:
The Batch Processor for the OpenTelemetry Collector accepts spans, metrics, or
logs and places them into batches.
authors:
- name: OpenTelemetry Authors
urls:
Expand Down
4 changes: 3 additions & 1 deletion data/registry/collector-receiver-nop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ tags:
urls:
repo: https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/nopreceiver
license: Apache 2.0
description: Serves as a placeholder receiver in a pipeline. This can be useful if you want to e.g. start a Collector with only extensions enabled.
description:
Serves as a placeholder receiver in a pipeline. This can be useful if you want
to e.g. start a Collector with only extensions enabled.
authors:
- name: OpenTelemetry Authors
createdAt: 2024-04-18
Expand Down
4 changes: 3 additions & 1 deletion data/registry/instrumentation-erlang-bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ tags:
urls:
repo: https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_bandit
license: Apache 2.0
description: Telemetry handler that creates OpenTelemetry spans from [Bandit events](https://hexdocs.pm/bandit/Bandit.Telemetry.html#content).
description:
Telemetry handler that creates OpenTelemetry spans from [Bandit
events](https://hexdocs.pm/bandit/Bandit.Telemetry.html#content).
authors:
- name: OpenTelemetry Authors
createdAt: 2024-04-18
Expand Down

0 comments on commit ae81459

Please sign in to comment.