You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2020/03/10 16:38:44 UTC

[ignite] branch master updated (ba95fd1 -> 57cd12c)

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

nizhikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from ba95fd1  IGNITE-12750: Fix SQL index build thread pool creation. This closes #7502.
     add 57cd12c  IGNITE-12763: OpenCensus example. (#7506)

No new revisions were added by this update.

Summary of changes:
 examples/pom.xml                                   |  18 ++++
 .../OpenCensusMetricsExporterExample.java          | 105 +++++++++++++++++++++
 ... OpenCensusMetricsExporterExampleSelfTest.java} |  13 +--
 .../testsuites/IgniteExamplesSelfTestSuite.java    |   4 +
 4 files changed, 132 insertions(+), 8 deletions(-)
 create mode 100644 examples/src/main/java/org/apache/ignite/examples/opencensus/OpenCensusMetricsExporterExample.java
 copy examples/src/test/java/org/apache/ignite/examples/{EventsExamplesSelfTest.java => OpenCensusMetricsExporterExampleSelfTest.java} (73%)