Interface ServiceAndSpanNames

  • All Known Implementing Classes:
    InMemoryStorage

    public interface ServiceAndSpanNames
    Provides autocomplete functionality by providing values for service and span names, usually derived from SpanConsumer.
    • Method Detail

      • getServiceNames

        Call<java.util.List<java.lang.String>> getServiceNames()
        Retrieves all local service names, sorted lexicographically.
      • getRemoteServiceNames

        Call<java.util.List<java.lang.String>> getRemoteServiceNames​(java.lang.String serviceName)
        Retrieves all remote service names recorded by a service, sorted lexicographically.
      • getSpanNames

        Call<java.util.List<java.lang.String>> getSpanNames​(java.lang.String serviceName)
        Retrieves all span names recorded by a service, sorted lexicographically.