opentelemetry-dotnet-instru.../test/IntegrationTests
Mateusz Łach 24c8158dca
[kafka] set remote context as a parent for some consumer spans (#3175)
set remote context as a parent for consumer spans
in addition to linking to it when Activity.Current
is null
2023-12-05 18:21:08 +01:00
..
Helpers HttpClient Metrics instrumentation for .NET8 (#3129) 2023-11-17 06:18:01 +00:00
docker Bump mongo from 5.0.22 to 5.0.23 in /test/IntegrationTests/docker (#3166) 2023-11-29 15:01:08 +01:00
opentelemetry/proto [Tests] Bump opentelemetry protocol files to v.0.20.0 (#2613) 2023-06-07 12:06:08 +02:00
AspNetTests.cs Support for .NET 8 (#2996) 2023-11-16 06:34:31 +01:00
AssemblyRedirectionOnNetFrameworkTests.cs Restore assembly redirection for .NET Framework (#2479) 2023-04-19 10:20:21 +02:00
AzureCollection.cs Enable Azure Trace instrumentation on .NET Framework (#2857) 2023-08-18 19:07:56 +00:00
AzureTests.cs Enable Azure Trace instrumentation on .NET Framework (#2857) 2023-08-18 19:07:56 +00:00
BuildTests.DistributionStructure_alpine-linux.verified.txt Process Runtime resource detector (#3172) 2023-12-04 18:40:29 +00:00
BuildTests.DistributionStructure_linux.verified.txt Process Runtime resource detector (#3172) 2023-12-04 18:40:29 +00:00
BuildTests.DistributionStructure_osx.verified.txt Process Runtime resource detector (#3172) 2023-12-04 18:40:29 +00:00
BuildTests.DistributionStructure_windows.verified.txt Process Runtime resource detector (#3172) 2023-12-04 18:40:29 +00:00
BuildTests.cs Enable implicit usings (#1966) 2023-01-10 10:03:46 -08:00
ContinuousProfilerTests.cs Continuous profiler - test application (#3084) 2023-12-01 19:37:13 +01:00
CustomSdkTests.cs Reenable metrics test (#2100) 2023-01-30 11:05:44 +00:00
DomainNeutralTests.cs Bytecode instrumentation from plugins and unskip StrongNamedTests (#2566) 2023-05-25 06:20:45 +00:00
DotNetCliTests.cs NuGet packages: do not bring instrumentation packages by default (#2554) 2023-06-07 18:57:40 -07:00
ElasticsearchTests.cs Support `Elastic.Clients.Elasticsearch` traces instrumentation 8.10.0+ (#2989) 2023-10-06 16:25:44 +00:00
EntityFrameworkCorePomeloMySqlTests.cs Pomelo.EnityFrameworkCore.MySql intergation test (#2346) 2023-03-22 07:03:04 +00:00
EntityFrameworkCoreTests.cs [IntegrationTests] Test other instrumentation with various library versions. (#2241) 2023-02-23 11:04:11 +01:00
GraphQLTests.cs AspNetCore Metrics instrumentation for .NET8 (#3130) 2023-11-20 08:19:52 +01:00
GrpcNetClientTests.cs Grpc.Net.Client - multi library version test (#2347) 2023-03-20 08:24:12 +00:00
HttpNetFrameworkTests.cs Bump core-instrumentation packages to 1.6.0-beta.2 (#3051) 2023-10-31 16:00:47 +01:00
HttpTests.cs AspNetCore Metrics instrumentation for .NET8 (#3130) 2023-11-20 08:19:52 +01:00
IntegrationTests.csproj [kafka] bytecode instrumentation - sync (#3055) 2023-11-22 10:40:00 +00:00
KafkaCollection.cs [kafka] `ProduceAsync` instrumentation (#3165) 2023-11-30 09:23:34 +01:00
KafkaTests.cs [kafka] set remote context as a parent for some consumer spans (#3175) 2023-12-05 18:21:08 +01:00
LibraryVersions.g.cs Bump Npgsql from 7.0.6 to 8.0.0 (#3150) 2023-11-22 23:08:02 +01:00
LogTests.cs Bump xunit from 2.5.0 to 2.5.1 (#2963) 2023-09-18 20:21:17 +00:00
MassTransitTests.cs [IntegrationTests] Support for testing multiple nuget package versions (#2230) 2023-02-22 08:42:03 -08:00
MinimalApiTests.cs AspNetCore Metrics instrumentation for .NET8 (#3130) 2023-11-20 08:19:52 +01:00
ModuleTests.Default.NetCore.verified.txt Process Runtime resource detector (#3172) 2023-12-04 18:40:29 +00:00
ModuleTests.Default.NetFx.verified.txt Process Runtime resource detector (#3172) 2023-12-04 18:40:29 +00:00
ModuleTests.DefaultNoExporters.NetCore.verified.txt Process Runtime resource detector (#3172) 2023-12-04 18:40:29 +00:00
ModuleTests.DefaultNoExporters.NetFx.verified.txt Process Runtime resource detector (#3172) 2023-12-04 18:40:29 +00:00
ModuleTests.Minimal.NetCore.verified.txt Bump OTel to 1.4.0-rc.3 (#2157) 2023-02-03 06:39:48 +01:00
ModuleTests.Minimal.NetFx.verified.txt Bump OTel to 1.4.0-rc.3 (#2157) 2023-02-03 06:39:48 +01:00
ModuleTests.cs Container resource detectors + manage resource detectors (#2415) 2023-04-13 07:07:38 +00:00
MongoDBCollection.cs Determine Windows Docker mode (#2722) 2023-06-29 09:30:02 -07:00
MongoDBTests.cs Add NET FX MongoDb integration tests (#2490) 2023-04-25 13:28:42 +00:00
MultipleAppDomainsTests.cs Bytecode instrumentation from plugins and unskip StrongNamedTests (#2566) 2023-05-25 06:20:45 +00:00
MySqlCollection.cs MySqlConnector - traces instrumentation (#2684) 2023-06-21 18:53:52 +02:00
MySqlConnectorTests.cs MySqlConnector - traces instrumentation (#2684) 2023-06-21 18:53:52 +02:00
MySqlDataTests.cs MySql.Data - natively supported by library (#2836) 2023-08-14 18:09:08 +00:00
NServiceBusTests.cs [IntegrationTests] Test other instrumentation with various library versions. (#2241) 2023-02-23 11:04:11 +01:00
NpqsqlTests.cs [IntegrationTests] Test other instrumentation with various library versions. (#2241) 2023-02-23 11:04:11 +01:00
OpenTracingTests.cs Bump OpenTelemetry to 1.6.0 (#2925) 2023-09-07 10:53:07 +02:00
PluginsTests.cs Cleanup usings (#2191) 2023-02-13 09:36:00 +00:00
PostgresCollection.cs Add Dependabot updates for IntegrationTests Docker dependencies (#2339) 2023-03-17 19:14:30 +01:00
ProcessTests.cs Cleanup usings (#2191) 2023-02-13 09:36:00 +00:00
QuartzTests.cs [IntegrationTests] Test other instrumentation with various library versions. (#2241) 2023-02-23 11:04:11 +01:00
README.md Reorganize integration tests into one project (#878) 2022-06-23 17:42:56 +00:00
RedisCollection.cs Add Dependabot updates for IntegrationTests Docker dependencies (#2339) 2023-03-17 19:14:30 +01:00
RuntimeTests.cs Cleanup usings (#2191) 2023-02-13 09:36:00 +00:00
SmokeTests.cs Process Runtime resource detector (#3172) 2023-12-04 18:40:29 +00:00
SqlClientMicrosoftTests.cs Add support for System.Data.SqlClient (Nuget package) (#3058) 2023-10-31 21:38:28 +01:00
SqlClientSystemDataTests.cs Add support for System.Data.SqlClient (Nuget package) (#3058) 2023-10-31 21:38:28 +01:00
SqlClientSystemTests.cs Add support for System.Data.SqlClient (Nuget package) (#3058) 2023-10-31 21:38:28 +01:00
SqlServerCollection.cs Add Dependabot updates for IntegrationTests Docker dependencies (#2339) 2023-03-17 19:14:30 +01:00
StackExchangeRedisTests.cs Bump OpenTelemetry.Instrumentation.StackExchangeRedis from 1.0.0-rc9.8 to 1.0.0-rc9.9 (#2582) 2023-05-31 08:55:01 +00:00
StrongNamedTests.cs Bytecode instrumentation from plugins and unskip StrongNamedTests (#2566) 2023-05-25 06:20:45 +00:00
VerboseTestFramework.cs Enable implicit usings (#1966) 2023-01-10 10:03:46 -08:00
WcfClientInstrumentation.cs [WCF] use wcf client instrumentation from contrib (#2876) 2023-08-28 23:20:47 +02:00
WcfDotNetTests.cs [WCF] use wcf client instrumentation from contrib (#2876) 2023-08-28 23:20:47 +02:00
WcfIISTests.cs [WCF] Adjustments for changes in OpenTelemetry.Instrumentation.Wcf 1.0.0-rc.13 (#3070) 2023-11-06 12:28:59 +01:00
WcfNetFrameworkTests.cs [WCF] use wcf client instrumentation from contrib (#2876) 2023-08-28 23:20:47 +02:00
WcfServerTestHelper.cs [IntegrationTests] Support for testing multiple nuget package versions (#2230) 2023-02-22 08:42:03 -08:00
WcfTestsBase.cs Bump StyleCop.Analyzers 1.2.0-beta.507 (#3134) 2023-11-20 10:29:02 +00:00
WorkerTests.cs `ILogger` integration fix for `net6` when `WebApplicationBuilder` is used (#3003) 2023-10-18 09:42:10 +00:00
test-keypair.snk Fix bytecode instrumentation of strong named assemblies (#1153) 2022-09-06 17:30:50 +00:00
xunit.runner.json Add diagnostic messages and hang dumps for IntegrationTests (#1298) 2022-09-28 16:31:29 -07:00

README.md

Integration Tests

OTLP protos

Some integration tests will validate the data communicated over OTLP. The protos for OTLP can be found in the opentelemetry directory. These protos are copied from the opentelemetry-proto repository. When updating the protos to a new version you just need to copy the opentelemetry directory between the two projects.