Interface AutocompleteTags

  • All Known Implementing Classes:
    InMemoryStorage

    public interface AutocompleteTags
    Provides autocomplete functionality by providing values for a given tag key, usually derived from SpanConsumer.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Call<java.util.List<java.lang.String>> getKeys()
      Retrieves the list of tag getKeys whose values may be returned by getValues(String).
      Call<java.util.List<java.lang.String>> getValues​(java.lang.String key)
      Retrieves the list of values, if the input is configured for autocompletion.