Class LoggingExporter
- java.lang.Object
-
- com.avioconsulting.mule.opentelemetry.api.config.exporter.AbstractExporter
-
- com.avioconsulting.mule.opentelemetry.api.config.exporter.LoggingExporter
-
- All Implemented Interfaces:
OpenTelemetryExporter
public class LoggingExporter extends AbstractExporter
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOGGINGstatic StringOTEL_EXPORTER_LOGGING_PREFIX_KEY-
Fields inherited from interface com.avioconsulting.mule.opentelemetry.api.config.exporter.OpenTelemetryExporter
OTEL_LOGS_EXPORTER_KEY, OTEL_METRICS_EXPORTER_KEY, OTEL_TRACES_EXPORTER_KEY
-
-
Constructor Summary
Constructors Constructor Description LoggingExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getExporterProperties()StringgetLogPrefix()-
Methods inherited from class com.avioconsulting.mule.opentelemetry.api.config.exporter.AbstractExporter
getConfigProperties, setConfigProperties
-
-
-
-
Field Detail
-
OTEL_EXPORTER_LOGGING_PREFIX_KEY
public static final String OTEL_EXPORTER_LOGGING_PREFIX_KEY
- See Also:
- Constant Field Values
-
LOGGING
public static final String LOGGING
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLogPrefix
public String getLogPrefix()
-
getExporterProperties
public Map<String,String> getExporterProperties()
- Specified by:
getExporterPropertiesin interfaceOpenTelemetryExporter- Overrides:
getExporterPropertiesin classAbstractExporter
-
-