Skip to content

Commit

Permalink
Remove Azure instrumentation (open-telemetry#60)
Browse files Browse the repository at this point in the history
* Remove Azure instrumentation

* sanity check fails
  • Loading branch information
cijothomas authored Feb 3, 2021
1 parent 5046392 commit 25ac501
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 297 deletions.
7 changes: 0 additions & 7 deletions opentelemetry-dotnet-contrib.sln
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E0F52FDB-2
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenTelemetry.Contrib.Exporter.Stackdriver", "src\OpenTelemetry.Contrib.Exporter.Stackdriver\OpenTelemetry.Contrib.Exporter.Stackdriver.csproj", "{BAFDB2B7-A8D4-4725-81CB-F69A9C8A362A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenTelemetry.Contrib.Instrumentation.Azure", "src\OpenTelemetry.Contrib.Instrumentation.Azure\OpenTelemetry.Contrib.Instrumentation.Azure.csproj", "{B828D2AF-3085-4C8D-B20A-FE2C6061EFE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore", "src\OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore\OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore.csproj", "{09525C6C-68B7-405E-B476-23E64D91C11B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenTelemetry.Contrib.Instrumentation.MassTransit", "src\OpenTelemetry.Contrib.Instrumentation.MassTransit\OpenTelemetry.Contrib.Instrumentation.MassTransit.csproj", "{301BFB9F-6D73-4DEE-93D1-75F480816F63}"
Expand Down Expand Up @@ -91,10 +89,6 @@ Global
{BAFDB2B7-A8D4-4725-81CB-F69A9C8A362A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAFDB2B7-A8D4-4725-81CB-F69A9C8A362A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAFDB2B7-A8D4-4725-81CB-F69A9C8A362A}.Release|Any CPU.Build.0 = Release|Any CPU
{B828D2AF-3085-4C8D-B20A-FE2C6061EFE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B828D2AF-3085-4C8D-B20A-FE2C6061EFE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B828D2AF-3085-4C8D-B20A-FE2C6061EFE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B828D2AF-3085-4C8D-B20A-FE2C6061EFE9}.Release|Any CPU.Build.0 = Release|Any CPU
{09525C6C-68B7-405E-B476-23E64D91C11B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09525C6C-68B7-405E-B476-23E64D91C11B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09525C6C-68B7-405E-B476-23E64D91C11B}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -140,7 +134,6 @@ Global
{0112BD4F-B7A6-4E43-AB23-B6E961E27A49} = {824BD1DE-3FA8-4FE0-823A-FD365EAC78AF}
{E0F52FDB-23D1-4927-BAB8-332655DD7A0B} = {824BD1DE-3FA8-4FE0-823A-FD365EAC78AF}
{BAFDB2B7-A8D4-4725-81CB-F69A9C8A362A} = {22DF5DC0-1290-4E83-A9D8-6BB7DE3B3E63}
{B828D2AF-3085-4C8D-B20A-FE2C6061EFE9} = {22DF5DC0-1290-4E83-A9D8-6BB7DE3B3E63}
{09525C6C-68B7-405E-B476-23E64D91C11B} = {22DF5DC0-1290-4E83-A9D8-6BB7DE3B3E63}
{301BFB9F-6D73-4DEE-93D1-75F480816F63} = {22DF5DC0-1290-4E83-A9D8-6BB7DE3B3E63}
{11839CC5-F02B-4812-969A-52CDF5FE9394} = {2097345F-4DD3-477D-BC54-A922F9B2B402}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<ItemGroup>
<PackageReference Include="OpenTelemetry" Version="0.7.0-beta.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<ItemGroup>
<PackageReference Include="OpenTelemetry" Version="0.7.0-beta.1" />
</ItemGroup>

</Project>

0 comments on commit 25ac501

Please sign in to comment.