You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2023/03/30 17:31:38 UTC

[ignite-3] branch main updated (c3ff9fea01 -> e60f78eed1)

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

ptupitsyn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from c3ff9fea01 IGNITE-18655: Sql. Code cleanup. Unmute tests. (#1823)
     add e60f78eed1 IGNITE-18889 .NET: Add metrics (#1868)

No new revisions were added by this update.

Summary of changes:
 .../dotnet/Apache.Ignite.Tests/MetricsTests.cs     | 240 +++++++++++++++++++++
 .../Apache.Ignite/Internal/ClientFailoverSocket.cs |   2 +
 .../dotnet/Apache.Ignite/Internal/ClientSocket.cs  | 103 +++++++--
 .../dotnet/Apache.Ignite/Internal/Metrics.cs       | 164 ++++++++++++++
 4 files changed, 486 insertions(+), 23 deletions(-)
 create mode 100644 modules/platforms/dotnet/Apache.Ignite.Tests/MetricsTests.cs
 create mode 100644 modules/platforms/dotnet/Apache.Ignite/Internal/Metrics.cs