From 28a1670271a39e6bad615e2766bb97e1ec1c1142 Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Tue, 25 Apr 2023 22:29:15 +0200 Subject: [PATCH] Registry updates, April'23 (#2) (#2630) Co-authored-by: Phillip Carter --- data/registry/collector-exporter-cassandra.yml | 14 ++++++++++++++ data/registry/collector-receiver-filestats.yml | 15 +++++++++++++++ .../instrumentation-erlang-dataloader.yml | 14 ++++++++++++++ data/registry/instrumentation-java-zio.yml | 13 +++++++++++++ data/registry/instrumentation-js-socket.io.yml | 14 ++++++++++++++ data/registry/instrumentation-ruby-grape.yml | 15 +++++++++++++++ 6 files changed, 85 insertions(+) create mode 100644 data/registry/collector-exporter-cassandra.yml create mode 100644 data/registry/collector-receiver-filestats.yml create mode 100644 data/registry/instrumentation-erlang-dataloader.yml create mode 100644 data/registry/instrumentation-java-zio.yml create mode 100644 data/registry/instrumentation-js-socket.io.yml create mode 100644 data/registry/instrumentation-ruby-grape.yml diff --git a/data/registry/collector-exporter-cassandra.yml b/data/registry/collector-exporter-cassandra.yml new file mode 100644 index 000000000000..ff1db91b07cb --- /dev/null +++ b/data/registry/collector-exporter-cassandra.yml @@ -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 diff --git a/data/registry/collector-receiver-filestats.yml b/data/registry/collector-receiver-filestats.yml new file mode 100644 index 000000000000..ec13b9835e62 --- /dev/null +++ b/data/registry/collector-receiver-filestats.yml @@ -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 diff --git a/data/registry/instrumentation-erlang-dataloader.yml b/data/registry/instrumentation-erlang-dataloader.yml new file mode 100644 index 000000000000..be1daded043c --- /dev/null +++ b/data/registry/instrumentation-erlang-dataloader.yml @@ -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 diff --git a/data/registry/instrumentation-java-zio.yml b/data/registry/instrumentation-java-zio.yml new file mode 100644 index 000000000000..8565482e57d6 --- /dev/null +++ b/data/registry/instrumentation-java-zio.yml @@ -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 diff --git a/data/registry/instrumentation-js-socket.io.yml b/data/registry/instrumentation-js-socket.io.yml new file mode 100644 index 000000000000..6df636fe3861 --- /dev/null +++ b/data/registry/instrumentation-js-socket.io.yml @@ -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 diff --git a/data/registry/instrumentation-ruby-grape.yml b/data/registry/instrumentation-ruby-grape.yml new file mode 100644 index 000000000000..0533d00420f5 --- /dev/null +++ b/data/registry/instrumentation-ruby-grape.yml @@ -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