Uses of Interface
io.opentelemetry.api.incubator.events.EventBuilder
Packages that use EventBuilder
-
Uses of EventBuilder in io.opentelemetry.api.incubator.events
Methods in io.opentelemetry.api.incubator.events that return EventBuilderModifier and TypeMethodDescriptionReturn aEventBuilderto emit an event.default <T> EventBuilderEventBuilder.put(AttributeKey<T> key, T value) Put the given key and value in the payload.default EventBuilderPut the givenkeyandvaluein the payload.default EventBuilderPut the givenkeyandvaluein the payload.default EventBuilderPut the givenkeyandvaluein the payload.default EventBuilderPut the givenkeyandvaluein the payload.default EventBuilderPut the givenkeyandvaluein the payload.default EventBuilderPut the givenkeyandvaluein the payload.Put the givenkeyandvaluein the payload.default EventBuilderPut the givenkeyandvaluein the payload.default EventBuilderPut the givenkeyandvaluein the payload.EventBuilder.setAttributes(Attributes attributes) Set the attributes.EventBuilder.setContext(Context context) Set the context.EventBuilder.setSeverity(Severity severity) Set the severity.EventBuilder.setTimestamp(long timestamp, TimeUnit unit) Set the epochtimestamp, using the timestamp and unit.EventBuilder.setTimestamp(Instant instant) Set the epochtimestamp, using the instant.