Package org.mockserver.telemetry
Class OtelEndpoints
java.lang.Object
org.mockserver.telemetry.OtelEndpoints
Resolves per-signal OTLP HTTP endpoints from the single configured base URL
(see
mockserver.otelEndpoint). Shared by the metrics and trace
exporters so both derive their endpoints consistently.-
Field Details
-
METRICS_PATH
- See Also:
-
TRACES_PATH
- See Also:
-
-
Method Details
-
metrics
Resolve the metrics endpoint, or null to use the exporter default. -
traces
Resolve the traces endpoint, or null to use the exporter default.
-