Skip to content

Commit

Permalink
Add recent Perl distributions to registry
Browse files Browse the repository at this point in the history
This commit also includes an update to the Perl API entry, that
incorrectly reported its license as Apache.
  • Loading branch information
jjatria committed Dec 4, 2023
1 parent ffc66de commit 9343f07
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 1 deletion.
13 changes: 13 additions & 0 deletions data/registry/exporter-perl-otlp.yml
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions data/registry/instrumentation-perl-mojolicious.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# cSpell:ignore jjatria
title: Mojolicious Instrumentation

Check warning on line 2 in data/registry/instrumentation-perl-mojolicious.yml

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (Mojolicious)
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.

Check warning on line 11 in data/registry/instrumentation-perl-mojolicious.yml

View workflow job for this annotation

GitHub Actions / SPELLING check

Unknown word (Mojolicious)
authors: jjatria
otVersion: latest
13 changes: 13 additions & 0 deletions data/registry/instrumentation-perl-plack.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
13 changes: 13 additions & 0 deletions data/registry/otel-perl-sdk.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9343f07

Please sign in to comment.