Class DefaultVectorStoreObservationConvention

java.lang.Object
org.springframework.ai.vectorstore.observation.DefaultVectorStoreObservationConvention
All Implemented Interfaces:
io.micrometer.observation.KeyValuesConvention, io.micrometer.observation.ObservationConvention<VectorStoreObservationContext>, VectorStoreObservationConvention

public class DefaultVectorStoreObservationConvention extends Object implements VectorStoreObservationConvention
Default conventions to populate observations for vector store operations.
Since:
1.0.0
Author:
Christian Tzolov, Thomas Vitale
  • Field Details

  • Constructor Details

    • DefaultVectorStoreObservationConvention

      public DefaultVectorStoreObservationConvention()
    • DefaultVectorStoreObservationConvention

      public DefaultVectorStoreObservationConvention(String name)
  • Method Details