From 9343f07368fd07239ba3728c0b922bf815460cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Joaqu=C3=ADn=20Atria?= Date: Mon, 4 Dec 2023 21:51:55 +0000 Subject: [PATCH] Add recent Perl distributions to registry This commit also includes an update to the Perl API entry, that incorrectly reported its license as Apache. --- data/registry/exporter-perl-otlp.yml | 13 +++++++++++++ data/registry/instrumentation-perl-mojolicious.yml | 13 +++++++++++++ data/registry/instrumentation-perl-plack.yml | 13 +++++++++++++ data/registry/{otel-perl.yml => otel-perl-api.yml} | 2 +- data/registry/otel-perl-sdk.yml | 13 +++++++++++++ 5 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 data/registry/exporter-perl-otlp.yml create mode 100644 data/registry/instrumentation-perl-mojolicious.yml create mode 100644 data/registry/instrumentation-perl-plack.yml rename data/registry/{otel-perl.yml => otel-perl-api.yml} (91%) create mode 100644 data/registry/otel-perl-sdk.yml diff --git a/data/registry/exporter-perl-otlp.yml b/data/registry/exporter-perl-otlp.yml new file mode 100644 index 000000000000..4e789ecb1650 --- /dev/null +++ b/data/registry/exporter-perl-otlp.yml @@ -0,0 +1,13 @@ +# cSpell:ignore jjatria +title: OTLP Exporter for Perl +registryType: instrumentation +isThirdParty: true +language: perl +tags: + - perl + - exporter +repo: https://github.com/jjatria/perl-opentelemetry-exporter-otlp +license: Artistic-1.0-Perl +description: An unofficial implementation of the OTLP Exporter in Perl. +authors: jjatria +otVersion: latest diff --git a/data/registry/instrumentation-perl-mojolicious.yml b/data/registry/instrumentation-perl-mojolicious.yml new file mode 100644 index 000000000000..ee39fd16a37d --- /dev/null +++ b/data/registry/instrumentation-perl-mojolicious.yml @@ -0,0 +1,13 @@ +# cSpell:ignore jjatria +title: Mojolicious Instrumentation +registryType: instrumentation +isThirdParty: true +language: perl +tags: + - perl + - instrumentation +repo: https://github.com/jjatria/mojolicious-plugin-opentelemetry +license: Artistic-1.0-Perl +description: An OpenTelemetry plugin for Perl's Mojolicious. +authors: jjatria +otVersion: latest diff --git a/data/registry/instrumentation-perl-plack.yml b/data/registry/instrumentation-perl-plack.yml new file mode 100644 index 000000000000..7fc5371efd00 --- /dev/null +++ b/data/registry/instrumentation-perl-plack.yml @@ -0,0 +1,13 @@ +# cSpell:ignore abh +title: Plack Instrumentation +registryType: instrumentation +isThirdParty: true +language: perl +tags: + - perl + - instrumentation +repo: https://github.com/abh/Plack-Middleware-OpenTelemetry +license: MIT +description: An OpenTelemetry middleware for Perl's Plack. +authors: abh +otVersion: latest diff --git a/data/registry/otel-perl.yml b/data/registry/otel-perl-api.yml similarity index 91% rename from data/registry/otel-perl.yml rename to data/registry/otel-perl-api.yml index 4c98f729b165..669e30613d6c 100644 --- a/data/registry/otel-perl.yml +++ b/data/registry/otel-perl-api.yml @@ -7,7 +7,7 @@ tags: - perl - instrumentation repo: https://github.com/jjatria/perl-opentelemetry -license: Apache-2.0 +license: Artistic-1.0-Perl description: An unofficial implementation of OpenTelemetry in Perl. authors: jjatria otVersion: latest diff --git a/data/registry/otel-perl-sdk.yml b/data/registry/otel-perl-sdk.yml new file mode 100644 index 000000000000..0595a890673b --- /dev/null +++ b/data/registry/otel-perl-sdk.yml @@ -0,0 +1,13 @@ +# cSpell:ignore jjatria +title: OpenTelemetry SDK for Perl +registryType: instrumentation +isThirdParty: true +language: perl +tags: + - perl + - instrumentation +repo: https://github.com/jjatria/perl-opentelemetry-sdk +license: Artistic-1.0-Perl +description: An unofficial implementation of the OpenTelemetry SDK in Perl. +authors: jjatria +otVersion: latest