Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add native/firstParty flag to cpp and dotnet instrumentation
Browse files Browse the repository at this point in the history
To address open-telemetry#4795, this is a series of PRs that add native or first party
flags to registries that lack them. This batch touches cpp and dotnet
instrumentation registries.

Entries whose repo url returns 404 are deleted.
haidong committed Jul 21, 2024
1 parent a2e600f commit 64e6899
Showing 27 changed files with 23 additions and 84 deletions.
1 change: 1 addition & 0 deletions data/registry/instrumentation-cpp-httpd.yml
Original file line number Diff line number Diff line change
@@ -13,3 +13,4 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/httpd
createdAt: 2021-11-11
isFirstParty: true
1 change: 1 addition & 0 deletions data/registry/instrumentation-cpp-nginx.yml
Original file line number Diff line number Diff line change
@@ -14,3 +14,4 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/nginx
createdAt: 2021-11-11
isFirstParty: true
Original file line number Diff line number Diff line change
@@ -17,3 +17,4 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/otel-webserver-module
createdAt: 2022-06-10
isFirstParty: true
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule
createdAt: 2022-11-07
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-aspnet.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.AspNet
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.AspNet
21 changes: 0 additions & 21 deletions data/registry/instrumentation-dotnet-aspnetcore.yml

This file was deleted.

1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-aws.yml
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.AWS
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.AWS
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-awslambda.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.AWSLambda
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.AWSLambda
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-azure-sdk.yml
Original file line number Diff line number Diff line change
@@ -15,3 +15,4 @@ authors:
urls:
repo: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/Diagnostics.md#opentelemetry-with-azure-monitor-zipkin-and-others
createdAt: 2021-12-16
isNative: true
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-cassandra.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Cassandra
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Cassandra
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.ElasticsearchClient
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.ElasticsearchClient
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.EntityFrameworkCore
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.EntityFrameworkCore
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-eventcounters.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.EventCounters
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.EventCounters
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-grpccore.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.GrpcCore
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.GrpcCore
21 changes: 0 additions & 21 deletions data/registry/instrumentation-dotnet-grpcnetclient.yml

This file was deleted.

1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-hangfire.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Hangfire
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Hangfire
21 changes: 0 additions & 21 deletions data/registry/instrumentation-dotnet-http.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.AWS
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.AWS
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-masstransit.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.MassTransit
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.MassTransit
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-mysqldata.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.MySqlData
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.MySqlData
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-owin.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Owin
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Owin
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-process.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Process
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Process
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-quartz.yml
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Quartz
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Quartz
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-runtime.yml
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Runtime
createdAt: 2022-08-16
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Runtime
21 changes: 0 additions & 21 deletions data/registry/instrumentation-dotnet-sqlclient.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.StackExchangeRedis
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.StackExchangeRedis
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-wcf.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Wcf
createdAt: 2022-10-28
isFirstParty: true
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Wcf

0 comments on commit 64e6899

Please sign in to comment.