Uses of Class
com.google.genkit.core.tracing.SpanMetadata
Packages that use SpanMetadata
-
Uses of SpanMetadata in com.google.genkit.core.tracing
Methods in com.google.genkit.core.tracing that return SpanMetadataModifier and TypeMethodDescriptionSpanMetadata.addAttribute(String key, Object value) Adds an attribute to the span metadata.SpanMetadata.Builder.build()Methods in com.google.genkit.core.tracing with parameters of type SpanMetadataModifier and TypeMethodDescriptionstatic <I,O> O Tracer.runInNewSpan(ActionContext ctx, SpanMetadata metadata, I input, BiFunction<SpanContext, I, O> fn) Runs a function within a new tracing span.