You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ir...@apache.org on 2020/05/25 12:32:51 UTC

[ignite] 03/03: IGNITE-13060 Removing tracing from .net.

This is an automated email from the ASF dual-hosted git repository.

irakov pushed a commit to branch IGNITE-13060
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 9d58d7ab8ac75c801f4bc674d6895e839c6a657e
Author: sanpwc <la...@gmail.com>
AuthorDate: Mon May 25 13:41:35 2020 +0300

    IGNITE-13060 Removing tracing from .net.
---
 .../dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj       |  4 ----
 .../dotnet/Apache.Ignite.Core/IgniteConfiguration.cs          | 11 -----------
 .../dotnet/Apache.Ignite.Core/IgniteConfigurationSection.xsd  |  5 -----
 3 files changed, 20 deletions(-)

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 @@ namespace Apache.Ignite.Core
     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 @@ namespace Apache.Ignite.Core
         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>