public class OtlpExporter extends AbstractExporter
| Modifier and Type | Class and Description |
|---|---|
static class |
OtlpExporter.OtlpRequestCompression
The compression type to use on OTLP trace, metric, and log requests.
|
static class |
OtlpExporter.Protocol |
| Modifier and Type | Field and Description |
|---|---|
static String |
OTEL_EXPORTER_OTLP_CERTIFICATE |
static String |
OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE |
static String |
OTEL_EXPORTER_OTLP_CLIENT_KEY |
static String |
OTEL_EXPORTER_OTLP_COMPRESSION |
static String |
OTEL_EXPORTER_OTLP_ENDPOINT |
static String |
OTEL_EXPORTER_OTLP_HEADERS |
static String |
OTEL_EXPORTER_OTLP_LOGS_ENDPOINT |
static String |
OTEL_EXPORTER_OTLP_METRICS_ENDPOINT |
static String |
OTEL_EXPORTER_OTLP_PROTOCOL |
static String |
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT |
static String |
OTLP |
OTEL_LOGS_EXPORTER_KEY, OTEL_METRICS_EXPORTER_KEY, OTEL_TRACES_EXPORTER_KEY| Constructor and Description |
|---|
OtlpExporter()
Default constructor used by Mule SDK to instantiate this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClientCertKeyPath() |
String |
getClientCertPath() |
String |
getCollectorEndpoint() |
String |
getEndpointCertPath() |
Map<String,String> |
getExporterProperties() |
List<Header> |
getHeaders() |
OtlpExporter.OtlpRequestCompression |
getRequestCompression() |
int |
hashCode() |
getConfigProperties, setConfigProperties, transformToAbsolutePathpublic static final String OTLP
public static final String OTEL_EXPORTER_OTLP_PROTOCOL
public static final String OTEL_EXPORTER_OTLP_ENDPOINT
public static final String OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
public static final String OTEL_EXPORTER_OTLP_METRICS_ENDPOINT
public static final String OTEL_EXPORTER_OTLP_LOGS_ENDPOINT
public static final String OTEL_EXPORTER_OTLP_COMPRESSION
public static final String OTEL_EXPORTER_OTLP_HEADERS
public static final String OTEL_EXPORTER_OTLP_CERTIFICATE
public static final String OTEL_EXPORTER_OTLP_CLIENT_KEY
public static final String OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE
public OtlpExporter()
public OtlpExporter.OtlpRequestCompression getRequestCompression()
public String getCollectorEndpoint()
public String getEndpointCertPath()
public String getClientCertPath()
public String getClientCertKeyPath()
public Map<String,String> getExporterProperties()
getExporterProperties in interface OpenTelemetryExportergetExporterProperties in class AbstractExporterCopyright © 2024 AVIO Consulting. All rights reserved.