Skip to content

Commit

Permalink
Registry updates, April'23 (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: svrnm <neumanns@cisco.com>
  • Loading branch information
svrnm committed Apr 24, 2023
1 parent 17d2099 commit bd5cfdc
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/registry/collector-exporter-cassandra.yml
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
15 changes: 15 additions & 0 deletions data/registry/collector-receiver-filestats.yml
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
14 changes: 14 additions & 0 deletions data/registry/instrumentation-erlang-dataloader.yml
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
13 changes: 13 additions & 0 deletions data/registry/instrumentation-java-zio.yml
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
14 changes: 14 additions & 0 deletions data/registry/instrumentation-js-socket.io.yml
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
15 changes: 15 additions & 0 deletions data/registry/instrumentation-ruby-grape.yml
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

0 comments on commit bd5cfdc

Please sign in to comment.