Skip to content

Commit

Permalink
Add recent Perl distributions to registry (#3645)
Browse files Browse the repository at this point in the history
Co-authored-by: svrnm <[email protected]>
  • Loading branch information
jjatria and svrnm authored Dec 5, 2023
1 parent 330bf55 commit 5df8d08
Show file tree
Hide file tree
Showing 6 changed files with 69 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 Mojolicious
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
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
16 changes: 16 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -2035,6 +2035,10 @@
"StatusCode": 200,
"LastSeen": "2023-06-30T09:36:03.927115-04:00"
},
"https://github.com/abh/Plack-Middleware-OpenTelemetry": {
"StatusCode": 200,
"LastSeen": "2023-12-05T11:57:23.574007+01:00"
},
"https://github.com/adnanrahic": {
"StatusCode": 200,
"LastSeen": "2023-06-30T11:47:55.037621-04:00"
Expand Down Expand Up @@ -2371,10 +2375,22 @@
"StatusCode": 200,
"LastSeen": "2023-06-30T08:33:32.788394-04:00"
},
"https://github.com/jjatria/mojolicious-plugin-opentelemetry": {
"StatusCode": 200,
"LastSeen": "2023-12-05T11:57:22.182586+01:00"
},
"https://github.com/jjatria/perl-opentelemetry": {
"StatusCode": 200,
"LastSeen": "2023-06-30T08:35:56.066523-04:00"
},
"https://github.com/jjatria/perl-opentelemetry-exporter-otlp": {
"StatusCode": 200,
"LastSeen": "2023-12-05T11:57:20.083522+01:00"
},
"https://github.com/jjatria/perl-opentelemetry-sdk": {
"StatusCode": 200,
"LastSeen": "2023-12-05T11:57:24.494338+01:00"
},
"https://github.com/jmacd": {
"StatusCode": 200,
"LastSeen": "2023-11-14T11:45:03.706414+01:00"
Expand Down

0 comments on commit 5df8d08

Please sign in to comment.