Skip to content

Commit f0d398b

Browse files
authored
Registry updates July 2024 (#4822)
1 parent f5736f4 commit f0d398b

18 files changed

+175
-64
lines changed

data/registry/collector-exporter-skywalking.yml

-21
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# cSpell:ignore geoip geoipprocessor
2+
title: GeoIP Processor
3+
registryType: processor
4+
language: collector
5+
tags:
6+
- geoip
7+
- processor
8+
- collector
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/geoipprocessor
11+
license: Apache 2.0
12+
description:
13+
The geoIP processor `geoipprocessor` enhances resource attributes by appending
14+
information about the geographical location of an IP address. To add
15+
geographical information, the IP address must be included in the resource
16+
attributes using the [`source.address` semantic conventions key
17+
attribute](https://github.com/open-telemetry/semantic-conventions/blob/v1.26.0/docs/general/attributes.md#source).
18+
authors:
19+
- name: OpenTelemetry Authors
20+
createdAt: 2024-07-08

data/registry/collector-receiver-file.yml

-21
This file was deleted.

data/registry/exporter-rust-jaeger.yml

-17
This file was deleted.

data/registry/instrumentation-dotnet-aspnetcore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description:
1313
authors:
1414
- name: OpenTelemetry Authors
1515
urls:
16-
repo: https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Instrumentation.AspNetCore
16+
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.AspNetCore
1717
createdAt: 2022-11-07
1818
package:
1919
registry: nuget
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: Confluent.Kafka client instrumentation for OpenTelemetry
2+
registryType: instrumentation
3+
language: dotnet
4+
tags:
5+
- confluent
6+
- kafka
7+
- instrumentation
8+
- dotnet
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.ConfluentKafka
11+
license: Apache 2.0
12+
description: Confluent.Kafka client instrumentation for OpenTelemetry
13+
authors:
14+
- name: OpenTelemetry Authors
15+
createdAt: 2024-07-08

data/registry/instrumentation-dotnet-grpcnetclient.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description:
1313
authors:
1414
- name: OpenTelemetry Authors
1515
urls:
16-
repo: https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Instrumentation.GrpcNetClient
16+
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.GrpcNetClient
1717
createdAt: 2022-11-07
1818
package:
1919
registry: nuget

data/registry/instrumentation-dotnet-http.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description:
1313
authors:
1414
- name: OpenTelemetry Authors
1515
urls:
16-
repo: https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Instrumentation.Http
16+
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Http
1717
createdAt: 2022-11-07
1818
package:
1919
registry: nuget

data/registry/instrumentation-dotnet-sqlclient.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description:
1313
authors:
1414
- name: OpenTelemetry Authors
1515
urls:
16-
repo: https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Instrumentation.SqlClient
16+
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.SqlClient
1717
createdAt: 2022-11-07
1818
package:
1919
registry: nuget
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# cspell:ignore shenyu
2+
title: Apache ShenYu instrumentation
3+
registryType: instrumentation
4+
language: java
5+
tags:
6+
- apache
7+
- shenyu
8+
- instrumentation
9+
- java
10+
urls:
11+
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/apache-shenyu-2.4
12+
license: Apache 2.0
13+
description: Settings for the Apache ShenYu instrumentation
14+
authors:
15+
- name: OpenTelemetry Authors
16+
createdAt: 2024-07-08

data/registry/instrumentation-java-armeria.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ description:
1212
authors:
1313
- name: OpenTelemetry Authors
1414
urls:
15-
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/armeria-1.3
15+
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/armeria/armeria-1.3
1616
createdAt: 2020-11-05
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
title: influxdb instrumentation
2+
registryType: instrumentation
3+
language: java
4+
tags:
5+
- influxdb
6+
- instrumentation
7+
- java
8+
urls:
9+
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/influxdb-2.4
10+
license: Apache 2.0
11+
description: influxdb instrumentation
12+
authors:
13+
- name: OpenTelemetry Authors
14+
createdAt: 2024-07-08
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# cspell:ignore javalin
2+
title: javalin instrumentation
3+
registryType: instrumentation
4+
language: java
5+
tags:
6+
- javalin
7+
- instrumentation
8+
- java
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/javalin-5.0
11+
license: Apache 2.0
12+
description: javalin instrumentation
13+
authors:
14+
- name: OpenTelemetry Authors
15+
createdAt: 2024-07-08
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
title: OpenTelemetry CakePHP instrumentation library
2+
registryType: instrumentation
3+
language: php
4+
tags:
5+
- cake
6+
- instrumentation
7+
- php
8+
urls:
9+
repo: https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/CakePHP
10+
license: Apache 2.0
11+
description:
12+
Please read </docs/instrumentation/php/automatic/> for instructions on how to
13+
install and configure the extension and SDK.
14+
authors:
15+
- name: OpenTelemetry Authors
16+
createdAt: 2024-07-08
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
title: OpenTelemetry PSR-6 instrumentation library
2+
registryType: instrumentation
3+
language: php
4+
tags:
5+
- psr6
6+
- instrumentation
7+
- php
8+
urls:
9+
repo: https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/Psr6
10+
license: Apache 2.0
11+
description:
12+
Please read </docs/instrumentation/php/automatic/> for instructions on how to
13+
install and configure the extension and SDK.
14+
authors:
15+
- name: OpenTelemetry Authors
16+
createdAt: 2024-07-08
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title: OpenTelemetry ActionMailer Instrumentation
2+
registryType: instrumentation
3+
language: ruby
4+
tags:
5+
- action
6+
- mailer
7+
- instrumentation
8+
- ruby
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/action_mailer
11+
license: Apache 2.0
12+
description:
13+
The ActionMailer instrumentation is a community-maintained instrumentation for
14+
the ActionMailer portion of the [Ruby on Rails][rails-home] web-application
15+
framework.
16+
authors:
17+
- name: OpenTelemetry Authors
18+
createdAt: 2024-07-08
19+
package:
20+
registry: gems
21+
name: opentelemetry-instrumentation-action_mailer
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title: OpenTelemetry AWS-Lambda Instrumentation
2+
registryType: instrumentation
3+
language: ruby
4+
tags:
5+
- aws
6+
- lambda
7+
- instrumentation
8+
- ruby
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/aws_lambda
11+
license: Apache 2.0
12+
description:
13+
The OpenTelemetry `aws-lambda` gem is a community-maintained instrumentation
14+
for [AWS Lambda
15+
functions](https://docs.aws.amazon.com/lambda/latest/dg/ruby-handler.html).
16+
authors:
17+
- name: OpenTelemetry Authors
18+
createdAt: 2024-07-08
19+
package:
20+
registry: gems
21+
name: opentelemetry-instrumentation-aws_lambda

static/refcache.json

+16
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,10 @@
995995
"StatusCode": 206,
996996
"LastSeen": "2024-01-18T08:52:54.099142-05:00"
997997
},
998+
"https://docs.aws.amazon.com/lambda/latest/dg/ruby-handler.html": {
999+
"StatusCode": 206,
1000+
"LastSeen": "2024-07-10T17:01:44.550734457Z"
1001+
},
9981002
"https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html": {
9991003
"StatusCode": 206,
10001004
"LastSeen": "2024-01-30T16:14:28.171642-05:00"
@@ -6503,6 +6507,10 @@
65036507
"StatusCode": 206,
65046508
"LastSeen": "2024-06-04T11:05:52.856746897+02:00"
65056509
},
6510+
"https://opentelemetry.io/docs/instrumentation/php/automatic/": {
6511+
"StatusCode": 206,
6512+
"LastSeen": "2024-07-10T17:01:42.679794935Z"
6513+
},
65066514
"https://opentelemetry.io/docs/languages/cpp/exporters/": {
65076515
"StatusCode": 206,
65086516
"LastSeen": "2024-04-30T09:31:38.598060401Z"
@@ -8055,6 +8063,10 @@
80558063
"StatusCode": 200,
80568064
"LastSeen": "2024-01-22T17:25:05.672589+01:00"
80578065
},
8066+
"https://rubygems.org/gems/opentelemetry-instrumentation-action_mailer": {
8067+
"StatusCode": 200,
8068+
"LastSeen": "2024-07-10T17:01:43.869580741Z"
8069+
},
80588070
"https://rubygems.org/gems/opentelemetry-instrumentation-action_pack": {
80598071
"StatusCode": 200,
80608072
"LastSeen": "2024-01-22T15:38:22.124468+01:00"
@@ -8083,6 +8095,10 @@
80838095
"StatusCode": 200,
80848096
"LastSeen": "2024-01-16T17:59:00.831876+01:00"
80858097
},
8098+
"https://rubygems.org/gems/opentelemetry-instrumentation-aws_lambda": {
8099+
"StatusCode": 200,
8100+
"LastSeen": "2024-07-10T17:01:44.79848698Z"
8101+
},
80868102
"https://rubygems.org/gems/opentelemetry-instrumentation-aws_sdk": {
80878103
"StatusCode": 200,
80888104
"LastSeen": "2024-01-22T15:38:27.079086+01:00"

0 commit comments

Comments
 (0)