Class HttpTracing


  • public class HttpTracing
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void inject​(Tracer tracer, TraceContext context, org.openqa.selenium.remote.http.HttpRequest request)  
      static Span newSpanAsChildOf​(Tracer tracer, org.openqa.selenium.remote.http.HttpRequest request, java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • newSpanAsChildOf

        public static Span newSpanAsChildOf​(Tracer tracer,
                                            org.openqa.selenium.remote.http.HttpRequest request,
                                            java.lang.String name)
      • inject

        public static void inject​(Tracer tracer,
                                  TraceContext context,
                                  org.openqa.selenium.remote.http.HttpRequest request)