Home
last modified time | relevance | path

Searched refs:OcAgentTraceExporterConfiguration (Results 1 – 3 of 3) sorted by relevance

/external/opencensus-java/exporters/trace/ocagent/src/test/java/io/opencensus/exporter/trace/ocagent/
DOcAgentTraceExporterConfigurationTest.java32 OcAgentTraceExporterConfiguration configuration = in defaultConfiguration()
33 OcAgentTraceExporterConfiguration.builder().build(); in defaultConfiguration()
44 OcAgentTraceExporterConfiguration configuration = in setAndGet()
45 OcAgentTraceExporterConfiguration.builder() in setAndGet()
/external/opencensus-java/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/
DOcAgentTraceExporterConfiguration.java31 public abstract class OcAgentTraceExporterConfiguration { class
33 OcAgentTraceExporterConfiguration() {} in OcAgentTraceExporterConfiguration() method in OcAgentTraceExporterConfiguration
153 public abstract OcAgentTraceExporterConfiguration build(); in build()
DOcAgentTraceExporter.java76 public static void createAndRegister(OcAgentTraceExporterConfiguration configuration) { in createAndRegister()