| Modifier and Type | Method and Description |
|---|---|
void |
OpenTelemetryOperations.addCustomTags(Supplier<OpenTelemetryConnection> openTelemetryConnection,
Map<String,String> tags,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo)
Add custom tags to an ongoing trace transaction.
|
Map<String,String> |
OpenTelemetryOperations.getTraceContext(Supplier<OpenTelemetryConnection> openTelemetryConnection,
org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo) |
| Modifier and Type | Method and Description |
|---|---|
static OpenTelemetryConnection |
OpenTelemetryConnection.getInstance() |
static OpenTelemetryConnection |
OpenTelemetryConnection.getInstance(OpenTelemetryConfigWrapper openTelemetryConfigWrapper) |
| Modifier and Type | Method and Description |
|---|---|
Supplier<OpenTelemetryConnection> |
OpenTelemetryConnectionProvider.connect() |
static Supplier<OpenTelemetryConnection> |
OpenTelemetryConnection.supplier()
Supplier to use with
ConnectionProvider where lazy
initialization is required. |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenTelemetryConnectionProvider.disconnect(Supplier<OpenTelemetryConnection> connection) |
org.mule.runtime.api.connection.ConnectionValidationResult |
OpenTelemetryConnectionProvider.validate(Supplier<OpenTelemetryConnection> connection) |
| Modifier and Type | Method and Description |
|---|---|
OpenTelemetryConnection |
MuleNotificationProcessor.getOpenTelemetryConnection() |
| Modifier and Type | Method and Description |
|---|---|
Supplier<OpenTelemetryConnection> |
MuleNotificationProcessor.getConnectionSupplier() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleNotificationProcessor.init(OpenTelemetryConnection connection,
TraceLevelConfiguration traceLevelConfiguration) |
Copyright © 2024 AVIO Consulting. All rights reserved.