IGNITE-13060 Removing tracing from .net.
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj
index 6bd10af..09e6c8c 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj
@@ -201,10 +201,6 @@
     <Compile Include="Common\JavaException.cs" />
     <Compile Include="Encryption\IEncryptionSpi.cs" />
     <Compile Include="Encryption\Keystore\KeystoreEncryptionSpi.cs" />
-    <Compile Include="Metric\Package-Info.cs" />
-    <Compile Include="Metric\IMetricExporterSpi.cs" />
-    <Compile Include="Tracing\Package-Info.cs" />
-    <Compile Include="Tracing\ITracingSpi.cs" />
     <Compile Include="Impl\Binary\BinaryArrayEqualityComparer.cs" />
     <Compile Include="Impl\Binary\BinaryProcessor.cs" />
     <Compile Include="Impl\Binary\BinaryReflectiveSerializerInternal.cs" />
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs b/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs
index 11cd080..4bfefd1 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs
@@ -52,7 +52,6 @@
     using Apache.Ignite.Core.PersistentStore;
     using Apache.Ignite.Core.Plugin;
     using Apache.Ignite.Core.Ssl;
-    using Apache.Ignite.Core.Tracing;
     using Apache.Ignite.Core.Transactions;
     using BinaryReader = Apache.Ignite.Core.Impl.Binary.BinaryReader;
     using BinaryWriter = Apache.Ignite.Core.Impl.Binary.BinaryWriter;
@@ -1128,16 +1127,6 @@
         public IEncryptionSpi EncryptionSpi { get; set; }
 
         /// <summary>
-        /// Gets or sets the MetricExporterSpi.
-        /// </summary>
-        public IMetricExporterSpi MetricExporterSpi { get; set; }
-
-        /// <summary>
-        /// Gets or sets the TracingSpi.
-        /// </summary>
-        public ITracingSpi TracingSpi { get; set; }
-
-        /// <summary>
         /// Gets or sets a value indicating whether node should start in client mode.
         /// Client node cannot hold data in the caches.
         /// </summary>
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd b/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd
index a611b3c..0ab59ec 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd
@@ -973,11 +973,6 @@
                         </xs:attribute>
                     </xs:complexType>
                 </xs:element>
-                <xs:element name="tracingSpi" minOccurs="0">
-                    <xs:annotation>
-                        <xs:documentation>Metrics exporter spi. Null for NoOp implementation.</xs:documentation>
-                    </xs:annotation>
-                </xs:element>
                 <xs:element name="discoverySpi" minOccurs="0">
                     <xs:annotation>
                         <xs:documentation>Discovery service provider. Null for default discovery.</xs:documentation>