Skip to content

Commit c5713b9

Browse files
committed
Update snapshots
1 parent 0b2d663 commit c5713b9

9 files changed

+759
-3
lines changed

tracer/test/snapshots/TraceAnnotationsAutomaticOnlyTests._.Core.verified.txt

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,5 +858,89 @@
858858
language: dotnet,
859859
version: 1.0.0
860860
}
861+
},
862+
{
863+
TraceId: Id_1,
864+
SpanId: Id_63,
865+
Name: trace.annotation,
866+
Resource: ExtremeExceptionHandling.SameTryMultipleCatch,
867+
Service: Samples.TraceAnnotations,
868+
ParentId: Id_2,
869+
Tags: {
870+
component: trace,
871+
env: integration_tests,
872+
language: dotnet,
873+
version: 1.0.0
874+
}
875+
},
876+
{
877+
TraceId: Id_1,
878+
SpanId: Id_64,
879+
Name: trace.annotation,
880+
Resource: ExtremeExceptionHandling.SameTryMultipleCatch,
881+
Service: Samples.TraceAnnotations,
882+
ParentId: Id_2,
883+
Tags: {
884+
component: trace,
885+
env: integration_tests,
886+
language: dotnet,
887+
version: 1.0.0
888+
}
889+
},
890+
{
891+
TraceId: Id_1,
892+
SpanId: Id_65,
893+
Name: trace.annotation,
894+
Resource: ExtremeExceptionHandling.SameTryMultipleCatch,
895+
Service: Samples.TraceAnnotations,
896+
ParentId: Id_2,
897+
Tags: {
898+
component: trace,
899+
env: integration_tests,
900+
language: dotnet,
901+
version: 1.0.0
902+
}
903+
},
904+
{
905+
TraceId: Id_1,
906+
SpanId: Id_66,
907+
Name: trace.annotation,
908+
Resource: ExtremeExceptionHandling.FilterAndTypedCatch,
909+
Service: Samples.TraceAnnotations,
910+
ParentId: Id_2,
911+
Tags: {
912+
component: trace,
913+
env: integration_tests,
914+
language: dotnet,
915+
version: 1.0.0
916+
}
917+
},
918+
{
919+
TraceId: Id_1,
920+
SpanId: Id_67,
921+
Name: trace.annotation,
922+
Resource: ExtremeExceptionHandling.FilterAndTypedCatch,
923+
Service: Samples.TraceAnnotations,
924+
ParentId: Id_2,
925+
Tags: {
926+
component: trace,
927+
env: integration_tests,
928+
language: dotnet,
929+
version: 1.0.0
930+
}
931+
},
932+
{
933+
TraceId: Id_1,
934+
SpanId: Id_68,
935+
Name: trace.annotation,
936+
Resource: ExtremeExceptionHandling.FilterAndTypedCatch,
937+
Service: Samples.TraceAnnotations,
938+
ParentId: Id_2,
939+
Tags: {
940+
component: trace,
941+
env: integration_tests,
942+
language: dotnet,
943+
version: 1.0.0
944+
}
861945
}
862946
]

tracer/test/snapshots/TraceAnnotationsAutomaticOnlyTests._.DotNet.verified.txt

Lines changed: 85 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[
1+
[
22
{
33
TraceId: Id_1,
44
SpanId: Id_2,
@@ -858,5 +858,89 @@
858858
language: dotnet,
859859
version: 1.0.0
860860
}
861+
},
862+
{
863+
TraceId: Id_1,
864+
SpanId: Id_63,
865+
Name: trace.annotation,
866+
Resource: ExtremeExceptionHandling.SameTryMultipleCatch,
867+
Service: Samples.TraceAnnotations,
868+
ParentId: Id_2,
869+
Tags: {
870+
component: trace,
871+
env: integration_tests,
872+
language: dotnet,
873+
version: 1.0.0
874+
}
875+
},
876+
{
877+
TraceId: Id_1,
878+
SpanId: Id_64,
879+
Name: trace.annotation,
880+
Resource: ExtremeExceptionHandling.SameTryMultipleCatch,
881+
Service: Samples.TraceAnnotations,
882+
ParentId: Id_2,
883+
Tags: {
884+
component: trace,
885+
env: integration_tests,
886+
language: dotnet,
887+
version: 1.0.0
888+
}
889+
},
890+
{
891+
TraceId: Id_1,
892+
SpanId: Id_65,
893+
Name: trace.annotation,
894+
Resource: ExtremeExceptionHandling.SameTryMultipleCatch,
895+
Service: Samples.TraceAnnotations,
896+
ParentId: Id_2,
897+
Tags: {
898+
component: trace,
899+
env: integration_tests,
900+
language: dotnet,
901+
version: 1.0.0
902+
}
903+
},
904+
{
905+
TraceId: Id_1,
906+
SpanId: Id_66,
907+
Name: trace.annotation,
908+
Resource: ExtremeExceptionHandling.FilterAndTypedCatch,
909+
Service: Samples.TraceAnnotations,
910+
ParentId: Id_2,
911+
Tags: {
912+
component: trace,
913+
env: integration_tests,
914+
language: dotnet,
915+
version: 1.0.0
916+
}
917+
},
918+
{
919+
TraceId: Id_1,
920+
SpanId: Id_67,
921+
Name: trace.annotation,
922+
Resource: ExtremeExceptionHandling.FilterAndTypedCatch,
923+
Service: Samples.TraceAnnotations,
924+
ParentId: Id_2,
925+
Tags: {
926+
component: trace,
927+
env: integration_tests,
928+
language: dotnet,
929+
version: 1.0.0
930+
}
931+
},
932+
{
933+
TraceId: Id_1,
934+
SpanId: Id_68,
935+
Name: trace.annotation,
936+
Resource: ExtremeExceptionHandling.FilterAndTypedCatch,
937+
Service: Samples.TraceAnnotations,
938+
ParentId: Id_2,
939+
Tags: {
940+
component: trace,
941+
env: integration_tests,
942+
language: dotnet,
943+
version: 1.0.0
944+
}
861945
}
862946
]

tracer/test/snapshots/TraceAnnotationsAutomaticOnlyTests._.Net.verified.txt

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,5 +858,89 @@
858858
language: dotnet,
859859
version: 1.0.0
860860
}
861+
},
862+
{
863+
TraceId: Id_1,
864+
SpanId: Id_63,
865+
Name: trace.annotation,
866+
Resource: ExtremeExceptionHandling.SameTryMultipleCatch,
867+
Service: Samples.TraceAnnotations,
868+
ParentId: Id_2,
869+
Tags: {
870+
component: trace,
871+
env: integration_tests,
872+
language: dotnet,
873+
version: 1.0.0
874+
}
875+
},
876+
{
877+
TraceId: Id_1,
878+
SpanId: Id_64,
879+
Name: trace.annotation,
880+
Resource: ExtremeExceptionHandling.SameTryMultipleCatch,
881+
Service: Samples.TraceAnnotations,
882+
ParentId: Id_2,
883+
Tags: {
884+
component: trace,
885+
env: integration_tests,
886+
language: dotnet,
887+
version: 1.0.0
888+
}
889+
},
890+
{
891+
TraceId: Id_1,
892+
SpanId: Id_65,
893+
Name: trace.annotation,
894+
Resource: ExtremeExceptionHandling.SameTryMultipleCatch,
895+
Service: Samples.TraceAnnotations,
896+
ParentId: Id_2,
897+
Tags: {
898+
component: trace,
899+
env: integration_tests,
900+
language: dotnet,
901+
version: 1.0.0
902+
}
903+
},
904+
{
905+
TraceId: Id_1,
906+
SpanId: Id_66,
907+
Name: trace.annotation,
908+
Resource: ExtremeExceptionHandling.FilterAndTypedCatch,
909+
Service: Samples.TraceAnnotations,
910+
ParentId: Id_2,
911+
Tags: {
912+
component: trace,
913+
env: integration_tests,
914+
language: dotnet,
915+
version: 1.0.0
916+
}
917+
},
918+
{
919+
TraceId: Id_1,
920+
SpanId: Id_67,
921+
Name: trace.annotation,
922+
Resource: ExtremeExceptionHandling.FilterAndTypedCatch,
923+
Service: Samples.TraceAnnotations,
924+
ParentId: Id_2,
925+
Tags: {
926+
component: trace,
927+
env: integration_tests,
928+
language: dotnet,
929+
version: 1.0.0
930+
}
931+
},
932+
{
933+
TraceId: Id_1,
934+
SpanId: Id_68,
935+
Name: trace.annotation,
936+
Resource: ExtremeExceptionHandling.FilterAndTypedCatch,
937+
Service: Samples.TraceAnnotations,
938+
ParentId: Id_2,
939+
Tags: {
940+
component: trace,
941+
env: integration_tests,
942+
language: dotnet,
943+
version: 1.0.0
944+
}
861945
}
862946
]

tracer/test/snapshots/TraceAnnotationsVersionMismatchAfterFeatureTests._.Core.verified.txt

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,5 +858,89 @@
858858
language: dotnet,
859859
version: 1.0.0
860860
}
861+
},
862+
{
863+
TraceId: Id_1,
864+
SpanId: Id_63,
865+
Name: trace.annotation,
866+
Resource: ExtremeExceptionHandling.SameTryMultipleCatch,
867+
Service: Samples.TraceAnnotations.VersionMismatch.AfterFeature,
868+
ParentId: Id_2,
869+
Tags: {
870+
component: trace,
871+
env: integration_tests,
872+
language: dotnet,
873+
version: 1.0.0
874+
}
875+
},
876+
{
877+
TraceId: Id_1,
878+
SpanId: Id_64,
879+
Name: trace.annotation,
880+
Resource: ExtremeExceptionHandling.SameTryMultipleCatch,
881+
Service: Samples.TraceAnnotations.VersionMismatch.AfterFeature,
882+
ParentId: Id_2,
883+
Tags: {
884+
component: trace,
885+
env: integration_tests,
886+
language: dotnet,
887+
version: 1.0.0
888+
}
889+
},
890+
{
891+
TraceId: Id_1,
892+
SpanId: Id_65,
893+
Name: trace.annotation,
894+
Resource: ExtremeExceptionHandling.SameTryMultipleCatch,
895+
Service: Samples.TraceAnnotations.VersionMismatch.AfterFeature,
896+
ParentId: Id_2,
897+
Tags: {
898+
component: trace,
899+
env: integration_tests,
900+
language: dotnet,
901+
version: 1.0.0
902+
}
903+
},
904+
{
905+
TraceId: Id_1,
906+
SpanId: Id_66,
907+
Name: trace.annotation,
908+
Resource: ExtremeExceptionHandling.FilterAndTypedCatch,
909+
Service: Samples.TraceAnnotations.VersionMismatch.AfterFeature,
910+
ParentId: Id_2,
911+
Tags: {
912+
component: trace,
913+
env: integration_tests,
914+
language: dotnet,
915+
version: 1.0.0
916+
}
917+
},
918+
{
919+
TraceId: Id_1,
920+
SpanId: Id_67,
921+
Name: trace.annotation,
922+
Resource: ExtremeExceptionHandling.FilterAndTypedCatch,
923+
Service: Samples.TraceAnnotations.VersionMismatch.AfterFeature,
924+
ParentId: Id_2,
925+
Tags: {
926+
component: trace,
927+
env: integration_tests,
928+
language: dotnet,
929+
version: 1.0.0
930+
}
931+
},
932+
{
933+
TraceId: Id_1,
934+
SpanId: Id_68,
935+
Name: trace.annotation,
936+
Resource: ExtremeExceptionHandling.FilterAndTypedCatch,
937+
Service: Samples.TraceAnnotations.VersionMismatch.AfterFeature,
938+
ParentId: Id_2,
939+
Tags: {
940+
component: trace,
941+
env: integration_tests,
942+
language: dotnet,
943+
version: 1.0.0
944+
}
861945
}
862946
]

0 commit comments

Comments
 (0)