Skip to content

Commit 4b3e58f

Browse files
haidongsvrnm
andauthored
Add native/firstParty flag to cpp and dotnet instrumentation (#4855)
Co-authored-by: Severin Neumann <[email protected]>
1 parent 6e0b907 commit 4b3e58f

28 files changed

+28
-0
lines changed

data/registry/instrumentation-cpp-httpd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ authors:
1313
urls:
1414
repo: https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/httpd
1515
createdAt: 2021-11-11
16+
isFirstParty: false

data/registry/instrumentation-cpp-nginx.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ authors:
1414
urls:
1515
repo: https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/nginx
1616
createdAt: 2021-11-11
17+
isFirstParty: false

data/registry/instrumentation-cpp-otel-webserver-module.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ authors:
1717
urls:
1818
repo: https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/otel-webserver-module
1919
createdAt: 2022-06-10
20+
isFirstParty: false

data/registry/instrumentation-dotnet-aspnet-telemetryhttpmodule.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ authors:
1717
urls:
1818
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule
1919
createdAt: 2022-11-07
20+
isFirstParty: false
2021
package:
2122
registry: nuget
2223
name: OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule

data/registry/instrumentation-dotnet-aspnet.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ authors:
1414
urls:
1515
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.AspNet
1616
createdAt: 2022-10-28
17+
isFirstParty: false
1718
package:
1819
registry: nuget
1920
name: OpenTelemetry.Instrumentation.AspNet

data/registry/instrumentation-dotnet-aspnetcore.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ authors:
1515
urls:
1616
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.AspNetCore
1717
createdAt: 2022-11-07
18+
isFirstParty: false
1819
package:
1920
registry: nuget
2021
name: OpenTelemetry.Instrumentation.AspNetCore

data/registry/instrumentation-dotnet-aws.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ authors:
1616
urls:
1717
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.AWS
1818
createdAt: 2022-10-28
19+
isFirstParty: false
1920
package:
2021
registry: nuget
2122
name: OpenTelemetry.Instrumentation.AWS

data/registry/instrumentation-dotnet-awslambda.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ authors:
1515
urls:
1616
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.AWSLambda
1717
createdAt: 2022-10-28
18+
isFirstParty: false
1819
package:
1920
registry: nuget
2021
name: OpenTelemetry.Instrumentation.AWSLambda

data/registry/instrumentation-dotnet-azure-sdk.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ authors:
1515
urls:
1616
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
1717
createdAt: 2021-12-16
18+
isFirstParty: true

data/registry/instrumentation-dotnet-cassandra.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ authors:
1313
urls:
1414
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Cassandra
1515
createdAt: 2022-10-28
16+
isFirstParty: false
1617
package:
1718
registry: nuget
1819
name: OpenTelemetry.Instrumentation.Cassandra

data/registry/instrumentation-dotnet-confluentkafka.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ description: Confluent.Kafka client instrumentation for OpenTelemetry
1313
authors:
1414
- name: OpenTelemetry Authors
1515
createdAt: 2024-07-08
16+
isFirstParty: false

data/registry/instrumentation-dotnet-elasticsearchclient.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ authors:
1515
urls:
1616
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.ElasticsearchClient
1717
createdAt: 2022-10-28
18+
isFirstParty: false
1819
package:
1920
registry: nuget
2021
name: OpenTelemetry.Instrumentation.ElasticsearchClient

data/registry/instrumentation-dotnet-entityframeworkcore.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ authors:
1616
urls:
1717
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.EntityFrameworkCore
1818
createdAt: 2022-10-28
19+
isFirstParty: false
1920
package:
2021
registry: nuget
2122
name: OpenTelemetry.Instrumentation.EntityFrameworkCore

data/registry/instrumentation-dotnet-eventcounters.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ authors:
1515
urls:
1616
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.EventCounters
1717
createdAt: 2022-10-28
18+
isFirstParty: false
1819
package:
1920
registry: nuget
2021
name: OpenTelemetry.Instrumentation.EventCounters

data/registry/instrumentation-dotnet-grpccore.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ authors:
1515
urls:
1616
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.GrpcCore
1717
createdAt: 2022-10-28
18+
isFirstParty: false
1819
package:
1920
registry: nuget
2021
name: OpenTelemetry.Instrumentation.GrpcCore

data/registry/instrumentation-dotnet-grpcnetclient.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ authors:
1515
urls:
1616
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.GrpcNetClient
1717
createdAt: 2022-11-07
18+
isFirstParty: false
1819
package:
1920
registry: nuget
2021
name: OpenTelemetry.Instrumentation.GrpcNetClient

data/registry/instrumentation-dotnet-hangfire.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ authors:
1414
urls:
1515
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Hangfire
1616
createdAt: 2022-10-28
17+
isFirstParty: false
1718
package:
1819
registry: nuget
1920
name: OpenTelemetry.Instrumentation.Hangfire

data/registry/instrumentation-dotnet-http.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ authors:
1515
urls:
1616
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Http
1717
createdAt: 2022-11-07
18+
isFirstParty: false
1819
package:
1920
registry: nuget
2021
name: OpenTelemetry.Instrumentation.Http

data/registry/instrumentation-dotnet-instrumentation-aws.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ authors:
1212
urls:
1313
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.AWS
1414
createdAt: 2022-10-28
15+
isFirstParty: false
1516
package:
1617
registry: nuget
1718
name: OpenTelemetry.Instrumentation.AWS

data/registry/instrumentation-dotnet-masstransit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ authors:
1515
urls:
1616
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.MassTransit
1717
createdAt: 2022-10-28
18+
isFirstParty: false
1819
package:
1920
registry: nuget
2021
name: OpenTelemetry.Instrumentation.MassTransit

data/registry/instrumentation-dotnet-mysqldata.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ authors:
1515
urls:
1616
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.MySqlData
1717
createdAt: 2022-10-28
18+
isFirstParty: false
1819
package:
1920
registry: nuget
2021
name: OpenTelemetry.Instrumentation.MySqlData

data/registry/instrumentation-dotnet-owin.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ authors:
1515
urls:
1616
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Owin
1717
createdAt: 2022-10-28
18+
isFirstParty: false
1819
package:
1920
registry: nuget
2021
name: OpenTelemetry.Instrumentation.Owin

data/registry/instrumentation-dotnet-process.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ authors:
1414
urls:
1515
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Process
1616
createdAt: 2022-10-28
17+
isFirstParty: false
1718
package:
1819
registry: nuget
1920
name: OpenTelemetry.Instrumentation.Process

data/registry/instrumentation-dotnet-quartz.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ authors:
1212
urls:
1313
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Quartz
1414
createdAt: 2022-10-28
15+
isFirstParty: false
1516
package:
1617
registry: nuget
1718
name: OpenTelemetry.Instrumentation.Quartz

data/registry/instrumentation-dotnet-runtime.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ authors:
1616
urls:
1717
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Runtime
1818
createdAt: 2022-08-16
19+
isFirstParty: false
1920
package:
2021
registry: nuget
2122
name: OpenTelemetry.Instrumentation.Runtime

data/registry/instrumentation-dotnet-sqlclient.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ authors:
1515
urls:
1616
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.SqlClient
1717
createdAt: 2022-11-07
18+
isFirstParty: false
1819
package:
1920
registry: nuget
2021
name: OpenTelemetry.Instrumentation.SqlClient

data/registry/instrumentation-dotnet-stackexchangeredis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ authors:
1616
urls:
1717
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.StackExchangeRedis
1818
createdAt: 2022-10-28
19+
isFirstParty: false
1920
package:
2021
registry: nuget
2122
name: OpenTelemetry.Instrumentation.StackExchangeRedis

data/registry/instrumentation-dotnet-wcf.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ authors:
1414
urls:
1515
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Wcf
1616
createdAt: 2022-10-28
17+
isFirstParty: false
1718
package:
1819
registry: nuget
1920
name: OpenTelemetry.Instrumentation.Wcf

0 commit comments

Comments
 (0)