forked from open-telemetry/opentelemetry.io
-
Notifications
You must be signed in to change notification settings - Fork 0
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 <neumanns@cisco.com>
- Loading branch information
Showing
6 changed files
with
85 additions
and
0 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,14 @@ | ||
title: Cassandra Exporter | ||
registryType: exporter | ||
isThirdParty: false | ||
language: collector | ||
tags: | ||
- cassandra | ||
- exporter | ||
- collector | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/cassandraexporter | ||
license: Apache 2.0 | ||
description: | ||
This exporter supports sending OpenTelemetry logs and traces to Cassandra | ||
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: File Stats Receiver | ||
registryType: receiver | ||
isThirdParty: false | ||
language: collector | ||
tags: | ||
- filestats | ||
- receiver | ||
- collector | ||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filestatsreceiver | ||
license: Apache 2.0 | ||
description: | ||
The File Stats receiver collects metrics from files specified with a glob | ||
pattern. | ||
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: OpentelemetryDataloader | ||
registryType: instrumentation | ||
isThirdParty: false | ||
language: erlang | ||
tags: | ||
- dataloader | ||
- instrumentation | ||
- erlang | ||
repo: https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_dataloader | ||
license: Apache 2.0 | ||
description: | ||
Telemetry handler that creates Opentelemetry spans from Dataloader events. | ||
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: zio | ||
registryType: instrumentation | ||
isThirdParty: false | ||
language: java | ||
tags: | ||
- zio | ||
- instrumentation | ||
- java | ||
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/zio | ||
license: Apache 2.0 | ||
description: This package provides an instrumentation library for ZIO | ||
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: OpenTelemetry socket.io Instrumentation for Node.js | ||
registryType: instrumentation | ||
isThirdParty: false | ||
language: js | ||
tags: | ||
- socket.io | ||
- instrumentation | ||
- js | ||
repo: https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-socket.io | ||
license: Apache 2.0 | ||
description: | ||
This module provides automatic instrumentation for the socket.io module | ||
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: OpenTelemetry Grape Instrumentation | ||
registryType: instrumentation | ||
isThirdParty: false | ||
language: ruby | ||
tags: | ||
- grape | ||
- instrumentation | ||
- ruby | ||
repo: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/grape | ||
license: Apache 2.0 | ||
description: | ||
The Grape instrumentation is a community-maintained instrumentation for Grape, | ||
a REST-like API framework for Ruby. | ||
authors: OpenTelemetry Authors | ||
otVersion: latest |