Package org.opensearch.telemetry
Class OTelAttributesConverter
java.lang.Object
org.opensearch.telemetry.OTelAttributesConverter
Converts
Attributes to OTel Attributes-
Method Summary
Modifier and TypeMethodDescriptionstatic io.opentelemetry.api.common.Attributesconvert(org.opensearch.telemetry.metrics.tags.Tags tags) Attribute converter.static io.opentelemetry.api.common.Attributesconvert(org.opensearch.telemetry.tracing.attributes.Attributes attributes) Attribute converter.
-
Method Details
-
convert
public static io.opentelemetry.api.common.Attributes convert(org.opensearch.telemetry.tracing.attributes.Attributes attributes) Attribute converter.- Parameters:
attributes- attributes- Returns:
- otel attributes.
-
convert
public static io.opentelemetry.api.common.Attributes convert(org.opensearch.telemetry.metrics.tags.Tags tags) Attribute converter.- Parameters:
tags- attributes- Returns:
- otel attributes.
-