Co-authored-by: Phillip Carter <pcarter@fastmail.com>
This commit is contained in:
parent
2a720b36b4
commit
28a1670271
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue