Class ChatModelCompletionObservationHandler

java.lang.Object
org.springframework.ai.chat.observation.ChatModelCompletionObservationHandler
All Implemented Interfaces:
io.micrometer.observation.ObservationHandler<ChatModelObservationContext>

public class ChatModelCompletionObservationHandler extends Object implements io.micrometer.observation.ObservationHandler<ChatModelObservationContext>
Handler for including the chat completion content in the observation as a span event.
Since:
1.0.0
Author:
Thomas Vitale
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.micrometer.observation.ObservationHandler

    io.micrometer.observation.ObservationHandler.AllMatchingCompositeObservationHandler, io.micrometer.observation.ObservationHandler.CompositeObservationHandler, io.micrometer.observation.ObservationHandler.FirstMatchingCompositeObservationHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    supportsContext(io.micrometer.observation.Observation.Context context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.micrometer.observation.ObservationHandler

    onError, onEvent, onScopeClosed, onScopeOpened, onScopeReset, onStart
  • Constructor Details

    • ChatModelCompletionObservationHandler

      public ChatModelCompletionObservationHandler()
  • Method Details