Package io.airlift.tracing
Class OpenTelemetryConfig
java.lang.Object
io.airlift.tracing.OpenTelemetryConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull @Pattern(regexp="^(http|https)://.*$",message="must start with http:// or https://") StringsetEndpoint(String endpoint)
-
Constructor Details
-
OpenTelemetryConfig
public OpenTelemetryConfig()
-
-
Method Details
-
getEndpoint
@NotNull @Pattern(regexp="^(http|https)://.*$", message="must start with http:// or https://") public @NotNull @Pattern(regexp="^(http|https)://.*$",message="must start with http:// or https://") String getEndpoint() -
setEndpoint
-