opentelemetry-dotnet-instru.../test/IntegrationTests
Robert Pająk 56c52b88f3
Remove LegacyMockZipkinCollector and cleanup (#1494)
2022-10-24 20:36:48 +02:00
..
Helpers Remove LegacyMockZipkinCollector and cleanup (#1494) 2022-10-24 20:36:48 +02:00
opentelemetry/proto Bump OTLP proto files to v0.19.0 (#1065) 2022-08-05 11:04:58 -07:00
AspNetTests.cs AspNetTests: use MockSpansCollector instead of LegacyMockZipkinCollector (#1440) 2022-10-18 15:50:04 +02:00
BuildTests.DistributionStructure_alpine-linux.verified.txt Bump actions/setup-dotnet from 2.1.1 to 3.0.2 (#1424) 2022-10-24 08:47:34 +00:00
BuildTests.DistributionStructure_linux.verified.txt Bump actions/setup-dotnet from 2.1.1 to 3.0.2 (#1424) 2022-10-24 08:47:34 +00:00
BuildTests.DistributionStructure_osx.verified.txt Process metrics (#1427) 2022-10-17 09:49:07 +02:00
BuildTests.DistributionStructure_windows.verified.txt Process metrics (#1427) 2022-10-17 09:49:07 +02:00
BuildTests.cs Bump actions/setup-dotnet from 2.1.1 to 3.0.2 (#1424) 2022-10-24 08:47:34 +00:00
DomainNeutralTests.cs Replace LegacyMockZipkinCollector with MockSpansCollector (#1471) 2022-10-20 14:20:37 +02:00
GraphQLTests.cs Use MockSpansCollector in GraphQLTests (#1484) 2022-10-21 17:46:56 +02:00
GrpcNetClientTests.cs Replace LegacyMockZipkinCollector with MockSpansCollector (#1471) 2022-10-20 14:20:37 +02:00
HttpTests.cs Refine HttpTests to use MockSpansCollector (#1490) 2022-10-24 12:11:20 +00:00
IntegrationTests.csproj Bump Grpc.Tools from 2.49.1 to 2.50.0 in /test/IntegrationTests (#1465) 2022-10-20 09:25:56 +00:00
LogTests.cs Remove OTEL_DOTNET_AUTO_LOGS_PARSE_STATE_VALUES (#1301) 2022-09-29 06:38:22 +00:00
MassTransitTests.cs Remove LegacyMockZipkinCollector and cleanup (#1494) 2022-10-24 20:36:48 +02:00
MongoDBCollection.cs Add SmokeTests.ApplicationIsIncluded (#905) 2022-06-29 09:41:38 -07:00
MongoDBTests.cs Remove LegacyMockZipkinCollector and cleanup (#1494) 2022-10-24 20:36:48 +02:00
MySqlCollection.cs Rename Tests Collection and Fixture types (#972) 2022-07-22 05:41:51 +02:00
MySqlDataTests.cs Remove LegacyMockZipkinCollector and cleanup (#1494) 2022-10-24 20:36:48 +02:00
NpqsqlTests.cs Replace LegacyMockZipkinCollector with MockSpansCollector (#1471) 2022-10-20 14:20:37 +02:00
PluginsTests.cs Replace LegacyMockZipkinCollector with MockSpansCollector (#1471) 2022-10-20 14:20:37 +02:00
PostgresCollection.cs Rename Tests Collection and Fixture types (#972) 2022-07-22 05:41:51 +02:00
ProcessTests.cs Process metrics (#1427) 2022-10-17 09:49:07 +02:00
README.md Reorganize integration tests into one project (#878) 2022-06-23 17:42:56 +00:00
RedisCollection.cs StackExchange.Redis instrumentation for .NET Core 3.1+ (#979) 2022-07-28 12:06:27 -07:00
RuntimeTests.cs Refine MockMetricsCollector and metrics tests (#1276) 2022-09-26 16:51:09 -07:00
SmokeTests.cs Enable/disable log instrumentations (#1475) 2022-10-21 13:31:53 -07:00
SqlClientTests.cs Replace LegacyMockZipkinCollector with MockSpansCollector (#1471) 2022-10-20 14:20:37 +02:00
SqlServerCollection.cs Stabilize SqlClient tests (#1144) 2022-08-31 19:04:48 +00:00
StackExchangeRedisTests.cs Remove LegacyMockZipkinCollector and cleanup (#1494) 2022-10-24 20:36:48 +02:00
StrongNamedTests.cs Replace LegacyMockZipkinCollector with MockSpansCollector (#1471) 2022-10-20 14:20:37 +02:00
StrongNamedTestsIntegrations.json Enable/disable log instrumentations (#1475) 2022-10-21 13:31:53 -07:00
VerboseTestFramework.cs Add diagnostic messages and hang dumps for IntegrationTests (#1298) 2022-09-28 16:31:29 -07:00
WcfCoreTests.cs Add WCF instrumentation (#1125) 2022-09-13 11:58:24 +02:00
WcfNetFrameworkTests.cs Add WCF instrumentation (#1125) 2022-09-13 11:58:24 +02:00
WcfServerTestHelper.cs [IntegrationTests] Remove ClearProfilerEnvironmentVariables (#1474) 2022-10-20 12:41:25 +00:00
WcfTestsBase.cs Replace LegacyMockZipkinCollector with MockSpansCollector (#1471) 2022-10-20 14:20:37 +02: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.