Uses of Class
org.mockserver.telemetry.GenAiSpanExporter
Packages that use GenAiSpanExporter
-
Uses of GenAiSpanExporter in org.mockserver.telemetry
Methods in org.mockserver.telemetry that return GenAiSpanExporterModifier and TypeMethodDescriptionstatic GenAiSpanExporterGenAiSpanExporter.startIfEnabled()static GenAiSpanExporterGenAiSpanExporter.startIfEnabled(Configuration configuration) AsstartIfEnabled()but preferring the values carried on the suppliedConfigurationinstance, falling back to the staticConfigurationPropertiesstore for each value the instance leaves unset, so trace export settings applied overPUT /mockserver/configurationtake effect here.static GenAiSpanExporterGenAiSpanExporter.startWithProcessor(io.opentelemetry.sdk.trace.SpanProcessor processor) Build a tracer provider with the given span processor and install its tracer into bothGenAiSpansandRequestSpans.