Skip to content

Commit 0f0ccd9

Browse files
Results from /fix:all
1 parent dbd1e1b commit 0f0ccd9

File tree

130 files changed

+406
-129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+406
-129
lines changed

data/registry/collector-builder.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ language: collector
55
tags:
66
- collector
77
license: Apache 2.0
8-
description: A CLI tool that generates OpenTelemetry Collector binaries based on a manifest.
8+
description:
9+
A CLI tool that generates OpenTelemetry Collector binaries based on a
10+
manifest.
911
authors:
1012
- name: OpenTelemetry Authors
1113
urls:

data/registry/collector-exporter-alertmanager.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ tags:
88
- exporter
99
- collector
1010
license: Apache 2.0
11-
description: Exports OTel Events (SpanEvent in Tracing added by AddEvent API) as Alerts to [Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/) backend to notify Errors or Change events.
11+
description:
12+
Exports OTel Events (SpanEvent in Tracing added by AddEvent API) as Alerts to
13+
[Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/)
14+
backend to notify Errors or Change events.
1215
authors:
1316
- name: OpenTelemetry Authors
1417
package:

data/registry/collector-exporter-alibaba-cloud-log-service.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: The Alibaba Cloud Log Service Exporter for the OpenTelemetry Collector.
10+
description:
11+
The Alibaba Cloud Log Service Exporter for the OpenTelemetry Collector.
1112
authors:
1213
- name: Alibaba Cloud
1314
urls:

data/registry/collector-exporter-azuredataexplorer.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: This exporter sends metrics, logs and trace data to Azure Data Explorer
10+
description:
11+
This exporter sends metrics, logs and trace data to Azure Data Explorer
1112
authors:
1213
- name: OpenTelemetry Authors
1314
urls:

data/registry/collector-exporter-cassandra.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: This exporter supports sending OpenTelemetry logs and traces to Cassandra
10+
description:
11+
This exporter supports sending OpenTelemetry logs and traces to Cassandra
1112
authors:
1213
- name: OpenTelemetry Authors
1314
urls:

data/registry/collector-exporter-clickhouse.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: This exporter supports sending OpenTelemetry logs and spans to ClickHouse
10+
description:
11+
This exporter supports sending OpenTelemetry logs and spans to ClickHouse
1112
authors:
1213
- name: OpenTelemetry Authors
1314
urls:

data/registry/collector-exporter-googlecloud.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: The Google Cloud Operations Exporter for the OpenTelemetry Collector.
10+
description:
11+
The Google Cloud Operations Exporter for the OpenTelemetry Collector.
1112
authors:
1213
- name: Google
1314
urls:

data/registry/collector-exporter-googlemanagedprometheus.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: This exporter can be used to send metrics and traces to Google Cloud Managed Service for Prometheus.
10+
description:
11+
This exporter can be used to send metrics and traces to Google Cloud Managed
12+
Service for Prometheus.
1113
authors:
1214
- name: Google
1315
urls:

data/registry/collector-exporter-honeycombmarker.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: This exporter allows creating markers, via the Honeycomb Markers API, based on the look of incoming telemetry.
10+
description:
11+
This exporter allows creating markers, via the Honeycomb Markers API, based on
12+
the look of incoming telemetry.
1113
authors:
1214
- name: OpenTelemetry Authors
1315
urls:

data/registry/collector-exporter-influxdb.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: This exporter supports sending tracing, metrics, and logging data to InfluxDB
10+
description:
11+
This exporter supports sending tracing, metrics, and logging data to InfluxDB
1112
authors:
1213
- name: OpenTelemetry Authors
1314
urls:

data/registry/collector-exporter-kinetica.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: The schema name `otel` is an example. The user may change this to another name but the same name has to be used
10+
description:
11+
The schema name `otel` is an example. The user may change this to another name
12+
but the same name has to be used
1113
authors:
1214
- name: OpenTelemetry Authors
1315
urls:

data/registry/collector-exporter-nop.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ tags:
99
urls:
1010
repo: https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/nopexporter
1111
license: Apache 2.0
12-
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.
12+
description:
13+
Serves as a placeholder exporter in a pipeline. This can be useful if you want
14+
to e.g. start a Collector with only extensions enabled, or for testing
15+
Collector pipeline throughput without worrying about an exporter.
1316
authors:
1417
- name: OpenTelemetry Authors
1518
createdAt: 2024-04-18

data/registry/collector-exporter-opensearch.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: OpenSearch exporter supports sending OpenTelemetry signals as documents to OpenSearch.
10+
description:
11+
OpenSearch exporter supports sending OpenTelemetry signals as documents to
12+
OpenSearch.
1113
authors:
1214
- name: OpenTelemetry Authors
1315
urls:

data/registry/collector-exporter-otelarrow.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ tags:
1010
urls:
1111
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/otelarrowexporter
1212
license: Apache 2.0
13-
description: Exports telemetry data using [OpenTelemetry Protocol with Apache Arrow](https://github.com/open-telemetry/otel-arrow) components with support for both OpenTelemetry Protocol with Apache Arrow and standard OpenTelemetry Protocol (OTLP) protocol via gRPC.
13+
description:
14+
Exports telemetry data using [OpenTelemetry Protocol with Apache
15+
Arrow](https://github.com/open-telemetry/otel-arrow) components with support
16+
for both OpenTelemetry Protocol with Apache Arrow and standard OpenTelemetry
17+
Protocol (OTLP) protocol via gRPC.
1418
authors:
1519
- name: OpenTelemetry Authors
1620
createdAt: 2024-02-05

data/registry/collector-exporter-prometheus-remote-write.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: The Prometheus Remote Write Exporter for the OpenTelemetry Collector.
10+
description:
11+
The Prometheus Remote Write Exporter for the OpenTelemetry Collector.
1112
authors:
1213
- name: OpenTelemetry Authors
1314
urls:

data/registry/collector-exporter-pulsar.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: Pulsar exporter exports logs, metrics, and traces to Pulsar. This exporter uses a synchronous producer
10+
description:
11+
Pulsar exporter exports logs, metrics, and traces to Pulsar. This exporter
12+
uses a synchronous producer
1113
authors:
1214
- name: OpenTelemetry Authors
1315
urls:

data/registry/collector-exporter-rabbitmq.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ tags:
99
urls:
1010
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/rabbitmqexporter
1111
license: Apache 2.0
12-
description: Exports metrics, traces, and logs to RabbitMQ using the AMQP 0.9.1 protocol
12+
description:
13+
Exports metrics, traces, and logs to RabbitMQ using the AMQP 0.9.1 protocol
1314
authors:
1415
- name: OpenTelemetry Authors
1516
createdAt: 2024-04-18

data/registry/collector-exporter-sapm.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: The SAPM exporter builds on the Jaeger proto and adds additional batching on top. This allows
10+
description:
11+
The SAPM exporter builds on the Jaeger proto and adds additional batching on
12+
top. This allows
1113
authors:
1214
- name: OpenTelemetry Authors
1315
urls:

data/registry/collector-exporter-skywalking.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: Exports data via gRPC using skywalking-data-collect-protocol format. By default, this exporter requires TLS and offers queued retry capabilities.
10+
description:
11+
Exports data via gRPC using skywalking-data-collect-protocol format. By
12+
default, this exporter requires TLS and offers queued retry capabilities.
1113
authors:
1214
- name: OpenTelemetry Authors
1315
urls:

data/registry/collector-exporter-splunk-hec.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: The Splunk HTTP Event Collector (HEC) Exporter for the OpenTelemetry Collector.
10+
description:
11+
The Splunk HTTP Event Collector (HEC) Exporter for the OpenTelemetry
12+
Collector.
1113
authors:
1214
- name: Splunk
1315
urls:

data/registry/collector-exporter-syslog.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: The syslog exporter supports sending messages to a remote syslog server.
10+
description:
11+
The syslog exporter supports sending messages to a remote syslog server.
1112
authors:
1213
- name: OpenTelemetry Authors
1314
urls:

data/registry/collector-exporter-tencentcloudlogservice.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ tags:
77
- exporter
88
- collector
99
license: Apache 2.0
10-
description: This exporter supports sending OpenTelemetry log data to LogService.
10+
description:
11+
This exporter supports sending OpenTelemetry log data to LogService.
1112
authors:
1213
- name: OpenTelemetry Authors
1314
urls:

data/registry/collector-extension-ack.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ tags:
99
urls:
1010
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/ackextension
1111
license: Apache 2.0
12-
description: This extension allows acking of data upon successful processing. The upstream agent can choose to send event again if ack fails.
12+
description:
13+
This extension allows acking of data upon successful processing. The upstream
14+
agent can choose to send event again if ack fails.
1315
authors:
1416
- name: OpenTelemetry Authors
1517
createdAt: 2024-04-18

data/registry/collector-extension-asapauth.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ tags:
88
- extension
99
- collector
1010
license: Apache 2.0
11-
description: This extension provides Atlassian Service Authentication Protocol (ASAP) client credentials for HTTP or gRPC based exporters.
11+
description:
12+
This extension provides Atlassian Service Authentication Protocol (ASAP)
13+
client credentials for HTTP or gRPC based exporters.
1214
authors:
1315
- name: OpenTelemetry Authors
1416
urls:

data/registry/collector-extension-basicauth.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ tags:
77
- extension
88
- collector
99
license: Apache 2.0
10-
description: This extension implements both configauth.ServerAuthenticator and configauth.ClientAuthenticator to authenticate clients and servers using Basic Authentication.
10+
description:
11+
This extension implements both configauth.ServerAuthenticator and
12+
configauth.ClientAuthenticator to authenticate clients and servers using Basic
13+
Authentication.
1114
authors:
1215
- name: OpenTelemetry Authors
1316
urls:

data/registry/collector-extension-bearertokenauth.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- extension
88
- collector
99
license: Apache 2.0
10-
description: The Bearer token authenticator extension allows gRPC and HTTP-based exporters to add authentication data to outgoing calls based on a static token.
10+
description:
11+
The Bearer token authenticator extension allows gRPC and HTTP-based exporters
12+
to add authentication data to outgoing calls based on a static token.
1113
authors:
1214
- name: OpenTelemetry Authors
1315
urls:

data/registry/collector-extension-encoding.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- extension
88
- collector
99
license: Apache 2.0
10-
description: The encoding extension allows for other components to reference ingress/egress data formats
10+
description:
11+
The encoding extension allows for other components to reference ingress/egress
12+
data formats
1113
authors:
1214
- name: OpenTelemetry Authors
1315
urls:

data/registry/collector-extension-headerssetter.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ tags:
88
- extension
99
- collector
1010
license: Apache 2.0
11-
description: The headers_setter extension implements ClientAuthenticator and is used to set requests headers in gRPC / HTTP exporters with values provided via extension configurations or requests metadata (context).
11+
description:
12+
The headers_setter extension implements ClientAuthenticator and is used to set
13+
requests headers in gRPC / HTTP exporters with values provided via extension
14+
configurations or requests metadata (context).
1215
authors:
1316
- name: OpenTelemetry Authors
1417
urls:

data/registry/collector-extension-healthcheck.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- extension
88
- collector
99
license: Apache 2.0
10-
description: The Health Check Extension for the OpenTelemetry Collector enables an HTTP URL that can be probed to check the status of the OpenTelemetry Collector.
10+
description:
11+
The Health Check Extension for the OpenTelemetry Collector enables an HTTP URL
12+
that can be probed to check the status of the OpenTelemetry Collector.
1113
authors:
1214
- name: OpenTelemetry Authors
1315
urls:

data/registry/collector-extension-http-forwarder.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- extension
88
- collector
99
license: Apache 2.0
10-
description: The HTTP Forwarder Extension for the OpenTelemetry Collector accepts HTTP requests, optionally adds headers to them and forwards them.
10+
description:
11+
The HTTP Forwarder Extension for the OpenTelemetry Collector accepts HTTP
12+
requests, optionally adds headers to them and forwards them.
1113
authors:
1214
- name: OpenTelemetry Authors
1315
urls:

data/registry/collector-extension-jaegerremotesampling.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ tags:
88
- extension
99
- collector
1010
license: Apache 2.0
11-
description: This extension allows serving sampling strategies following the Jaeger's remote sampling API.
11+
description:
12+
This extension allows serving sampling strategies following the Jaeger's
13+
remote sampling API.
1214
authors:
1315
- name: OpenTelemetry Authors
1416
urls:

data/registry/collector-extension-memorylimiter.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ tags:
1010
urls:
1111
repo: https://github.com/open-telemetry/opentelemetry-collector/tree/main/extension/memorylimiterextension
1212
license: Apache 2.0
13-
description: The memory limiter extension is used to prevent out of memory situations on
13+
description:
14+
The memory limiter extension is used to prevent out of memory situations on
1415
authors:
1516
- name: OpenTelemetry Authors
1617
createdAt: 2024-04-18

data/registry/collector-extension-oauth2clientauth.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- extension
88
- collector
99
license: Apache 2.0
10-
description: The OAuth2 Client Credentials authenticator extension allows gRPC and HTTP-based exporters to add authentication data to outgoing calls.
10+
description:
11+
The OAuth2 Client Credentials authenticator extension allows gRPC and
12+
HTTP-based exporters to add authentication data to outgoing calls.
1113
authors:
1214
- name: OpenTelemetry Authors
1315
urls:

data/registry/collector-extension-oidcauth.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ tags:
88
- collector
99
- oidc
1010
license: Apache 2.0
11-
description: The OIDC authenticator extension allows gRPC and HTTP-based receivers to require authentication from remote clients.
11+
description:
12+
The OIDC authenticator extension allows gRPC and HTTP-based receivers to
13+
require authentication from remote clients.
1214
authors:
1315
- name: OpenTelemetry Authors
1416
urls:

data/registry/collector-extension-pprof.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ tags:
77
- extension
88
- collector
99
license: Apache 2.0
10-
description: The Performance Profiler Extension for the OpenTelemetry Collector can be used to collect performance profiles and investigate issues with the service.
10+
description:
11+
The Performance Profiler Extension for the OpenTelemetry Collector can be used
12+
to collect performance profiles and investigate issues with the service.
1113
authors:
1214
- name: OpenTelemetry Authors
1315
urls:

data/registry/collector-extension-remotetap.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ tags:
88
- extension
99
- collector
1010
license: Apache 2.0
11-
description: This extension runs as a Web server that loads the remote observers that are registered against it.
11+
description:
12+
This extension runs as a Web server that loads the remote observers that are
13+
registered against it.
1214
authors:
1315
- name: OpenTelemetry Authors
1416
urls:

0 commit comments

Comments
 (0)