-
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.
- Loading branch information
Showing
13 changed files
with
123 additions
and
19 deletions.
There are no files selected for viewing
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,13 @@ | ||
title: AWS S3 Exporter for OpenTelemetry Collector | ||
registryType: exporter | ||
isThirdParty: false | ||
language: collector | ||
tags: | ||
- awss3 | ||
- exporter | ||
- collector | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awss3exporter | ||
license: Apache 2.0 | ||
description: This exporter targets to support proto/json and proto/binary format | ||
authors: OpenTelemetry Authors | ||
otVersion: latest |
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,15 @@ | ||
title: Cloudflare Receiver | ||
registryType: receiver | ||
isThirdParty: false | ||
language: collector | ||
tags: | ||
- cloudflare | ||
- receiver | ||
- collector | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/cloudflarereceiver | ||
license: Apache 2.0 | ||
description: | ||
This Cloudflare receiver allows Cloudflare's LogPush Jobs to send logs from | ||
the Cloudflare logs aggregation system | ||
authors: OpenTelemetry Authors | ||
otVersion: latest |
8 changes: 4 additions & 4 deletions
8
.../registry/collector-receiver-promtail.yml → data/registry/collector-receiver-loki.yml
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
title: Promtail Receiver | ||
title: Loki Receiver | ||
registryType: receiver | ||
isThirdParty: false | ||
language: collector | ||
tags: | ||
- promtail | ||
- loki | ||
- receiver | ||
- collector | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/promtailreceiver | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/lokireceiver | ||
license: Apache 2.0 | ||
description: This receiver runs promtail client to scrape logs | ||
description: The Loki receiver implements the Loki push api | ||
authors: OpenTelemetry Authors | ||
otVersion: latest |
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,15 @@ | ||
title: Webhook Event Receiver | ||
registryType: receiver | ||
isThirdParty: false | ||
language: collector | ||
tags: | ||
- webhookevent | ||
- receiver | ||
- collector | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/webhookeventreceiver | ||
license: Apache 2.0 | ||
description: | ||
The Webhook Event receiver is meant to act as a generally available push based | ||
receiver for any webhook style data source. | ||
authors: OpenTelemetry Authors | ||
otVersion: latest |
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,14 @@ | ||
title: Cassandra Instrumentation for OpenTelemetry | ||
registryType: instrumentation | ||
isThirdParty: false | ||
language: dotnet | ||
tags: | ||
- cassandra | ||
- instrumentation | ||
- dotnet | ||
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Cassandra | ||
license: Apache 2.0 | ||
description: | ||
This is an Instrumentation Library, which instruments CassandraCSharpDriver | ||
authors: OpenTelemetry Authors | ||
otVersion: latest |
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,14 @@ | ||
title: OpentelemetryReq | ||
registryType: instrumentation | ||
isThirdParty: false | ||
language: erlang | ||
tags: | ||
- req | ||
- instrumentation | ||
- erlang | ||
repo: https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_req | ||
license: Apache 2.0 | ||
description: | ||
See https://hex.pm/packages/opentelemetry_req for usage instructions. | ||
authors: OpenTelemetry Authors | ||
otVersion: latest |
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,13 @@ | ||
title: Apache Pulsar instrumentation | ||
registryType: instrumentation | ||
isThirdParty: false | ||
language: java | ||
tags: | ||
- pulsar | ||
- instrumentation | ||
- java | ||
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/pulsar | ||
license: Apache 2.0 | ||
description: This library provides an Apache Pulsar instrumentation | ||
authors: OpenTelemetry Authors | ||
otVersion: latest |
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,13 @@ | ||
title: Instrumentation for R2dbc | ||
registryType: instrumentation | ||
isThirdParty: false | ||
language: java | ||
tags: | ||
- r2dbc | ||
- instrumentation | ||
- java | ||
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/r2dbc-1.0 | ||
license: Apache 2.0 | ||
description: Provides OpenTelemetry instrumentation for R2dbc. | ||
authors: OpenTelemetry Authors | ||
otVersion: latest |
15 changes: 15 additions & 0 deletions
15
data/registry/instrumentation-java-runtimetelemetryjfr.yml
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,15 @@ | ||
title: Runtime Telemetry JFR | ||
registryType: instrumentation | ||
isThirdParty: false | ||
language: java | ||
tags: | ||
- runtimetelemetryjfr | ||
- instrumentation | ||
- java | ||
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/runtime-telemetry-jfr | ||
license: Apache 2.0 | ||
description: | ||
JfrTelemetry works by subscribing to certain JFR events, and using relevant | ||
bits of information from the events to produce telemetry data like metrics. | ||
authors: OpenTelemetry Authors | ||
otVersion: latest |
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
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