-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: svrnm <[email protected]> Co-authored-by: Phillip Carter <[email protected]> Co-authored-by: opentelemetrybot <[email protected]>
- Loading branch information
1 parent
8c191ee
commit 4d1ade9
Showing
35 changed files
with
451 additions
and
179 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# cSpell:ignore nopexporter | ||
title: No-op Exporter | ||
registryType: exporter | ||
language: collector | ||
tags: | ||
- nop | ||
- exporter | ||
- collector | ||
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. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-04-18 | ||
package: | ||
registry: go-collector | ||
name: go.opentelemetry.io/collector/exporter/nopexporter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# cSpell:ignore rabbitmq amqp rabbitmqexporter | ||
title: RabbitMQ Exporter | ||
registryType: exporter | ||
language: collector | ||
tags: | ||
- rabbitmq | ||
- exporter | ||
- collector | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/rabbitmqexporter | ||
license: Apache 2.0 | ||
description: | ||
Exports metrics, traces, and logs to RabbitMQ using the AMQP 0.9.1 protocol | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-04-18 | ||
package: | ||
registry: go-collector | ||
name: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/rabbitmqexporter |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# cSpell:ignore acking ackextension | ||
title: Ack Extension | ||
registryType: extension | ||
language: collector | ||
tags: | ||
- ack | ||
- extension | ||
- collector | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/ackextension | ||
license: Apache 2.0 | ||
description: | ||
This extension allows acking of data upon successful processing. The upstream | ||
agent can choose to send event again if ack fails. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-04-18 | ||
package: | ||
registry: go-collector | ||
name: github.com/open-telemetry/opentelemetry-collector-contrib/extension/ackextension |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# cSpell:ignore googleclientauthextension | ||
title: Google Client Auth Extension | ||
registryType: extension | ||
language: collector | ||
tags: | ||
- client | ||
- auth | ||
- extension | ||
- collector | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/googleclientauthextension | ||
license: Apache 2.0 | ||
description: | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-04-18 | ||
package: | ||
registry: go-collector | ||
name: github.com/open-telemetry/opentelemetry-collector-contrib/extension/googleclientauthextension |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# cSpell:ignore memorylimiterextension | ||
title: Memory Limiter Extension | ||
registryType: extension | ||
language: collector | ||
tags: | ||
- memory | ||
- limiter | ||
- extension | ||
- collector | ||
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 | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-04-18 | ||
package: | ||
registry: go-collector | ||
name: go.opentelemetry.io/collector/extension/memorylimiterextension |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# cSpell:ignore sumologic sumologicextension | ||
title: Sumo Logic Extension | ||
registryType: extension | ||
language: collector | ||
tags: | ||
- sumologic | ||
- extension | ||
- collector | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/sumologicextension | ||
license: Apache 2.0 | ||
description: | ||
This extension is to be used in conjunction with the Sumo Logic Exporter in | ||
order to export telemetry data to Sumo Logic. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-04-18 | ||
package: | ||
registry: go-collector | ||
name: github.com/open-telemetry/opentelemetry-collector-contrib/extension/sumologicextension |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# cSpell:ignore awss3receiver | ||
title: AWS S3 Receiver | ||
registryType: receiver | ||
language: collector | ||
tags: | ||
- aws | ||
- s3 | ||
- receiver | ||
- collector | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/awss3receiver | ||
license: Apache 2.0 | ||
description: | ||
Receiver for retrieving trace previously stored in S3 by the AWS S3 Exporter. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-04-18 | ||
package: | ||
registry: go-collector | ||
name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awss3receiver |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# cSpell:ignore nopreceiver | ||
title: No-op Receiver | ||
registryType: receiver | ||
language: collector | ||
tags: | ||
- nop | ||
- receiver | ||
- collector | ||
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. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-04-18 | ||
package: | ||
registry: go-collector | ||
name: go.opentelemetry.io/collector/receiver/nopreceiver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# cSpell:ignore otelarrowreceiver | ||
title: OpenTelemetry Protocol with Apache Arrow Receiver | ||
registryType: receiver | ||
language: collector | ||
tags: | ||
- arrow | ||
- receiver | ||
- collector | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/otelarrowreceiver | ||
license: Apache 2.0 | ||
description: | ||
Receives telemetry data using OpenTelemetry Protocol with Apache Arrow and | ||
standard OTLP protocol via gRPC. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-04-18 | ||
package: | ||
registry: go-collector | ||
name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otelarrowreceiver |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
title: OTLP metrics exporter for Ruby | ||
registryType: exporter | ||
language: ruby | ||
tags: | ||
- otlp | ||
- metrics | ||
- exporter | ||
- ruby | ||
urls: | ||
repo: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/exporter/otlp-metrics | ||
license: Apache 2.0 | ||
description: | ||
The `opentelemetry-exporter-otlp-metrics` gem provides an OTLP metrics | ||
exporter for OpenTelemetry for Ruby. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-04-18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
title: OpentelemetryBandit | ||
registryType: instrumentation | ||
language: erlang | ||
tags: | ||
- bandit | ||
- instrumentation | ||
- erlang | ||
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). | ||
authors: | ||
- name: OpenTelemetry Authors | ||
createdAt: 2024-04-18 | ||
package: | ||
registry: hex | ||
name: opentelemetry_bandit |
Oops, something went wrong.