use of org.apache.ignite.spi.tracing.opencensus.OpenCensusTraceExporter in project ignite by apache.
the class AbstractTracingTest method before.
/**
*/
@Before
public void before() throws Exception {
stopAllGrids();
hnd = new OpenCensusTxTracingTest.TraceExporterTestHandler();
exporter = new OpenCensusTraceExporter(hnd);
exporter.start("test");
startGrids(GRID_CNT);
}
Aggregations