Skip to content

Commit

Permalink
Add native/firstParty flag to cpp and dotnet instrumentation
Browse files Browse the repository at this point in the history
To address #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.
  • Loading branch information
haidong committed Jul 22, 2024
1 parent 2d88c10 commit 04c7fab
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/registry/instrumentation-cpp-httpd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/httpd
createdAt: 2021-11-11
isFirstParty: false
1 change: 1 addition & 0 deletions data/registry/instrumentation-cpp-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/nginx
createdAt: 2021-11-11
isFirstParty: false
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-aspnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.AspNet
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.AspNetCore
createdAt: 2022-11-07
isFirstParty: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.AspNetCore
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.AWS
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-awslambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.AWSLambda
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-azure-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
isFirstParty: true
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Cassandra
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-confluentkafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ description: Confluent.Kafka client instrumentation for OpenTelemetry
authors:
- name: OpenTelemetry Authors
createdAt: 2024-07-08
isFirstParty: false
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.ElasticsearchClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.EntityFrameworkCore
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-eventcounters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.EventCounters
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-grpccore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.GrpcCore
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-grpcnetclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.GrpcNetClient
createdAt: 2022-11-07
isFirstParty: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.GrpcNetClient
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-hangfire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Hangfire
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Http
createdAt: 2022-11-07
isFirstParty: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.AWS
Expand Down
2 changes: 1 addition & 1 deletion data/registry/instrumentation-dotnet-kafkaflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors:
urls:
repo: https://github.com/Farfetch/kafkaflow/tree/master/src/KafkaFlow.OpenTelemetry
createdAt: 2023-12-07
isFirstParty: true
isFirstParty: false
package:
name: KafkaFlow.OpenTelemetry
registry: nuget
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-masstransit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.MassTransit
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-mysqldata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.MySqlData
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-owin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Owin
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Process
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-quartz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Quartz
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Runtime
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-sqlclient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ authors:
urls:
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.SqlClient
createdAt: 2022-11-07
isFirstParty: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.SqlClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.StackExchangeRedis
Expand Down
1 change: 1 addition & 0 deletions data/registry/instrumentation-dotnet-wcf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: false
package:
registry: nuget
name: OpenTelemetry.Instrumentation.Wcf
Expand Down

0 comments on commit 04c7fab

Please sign in to comment.