Class HttpClientMetrics

    • Method Detail

      • start

        public io.opentelemetry.context.Context start​(io.opentelemetry.context.Context context,
                                                      io.opentelemetry.api.common.Attributes requestAttributes)
        Description copied from interface: RequestListener
        Listener method that is called at the start of a request. If any state needs to be kept between the start and end of the request, e.g., an in-progress span, it should be added to the passed in Context and returned.
        Specified by:
        start in interface RequestListener
      • end

        public void end​(io.opentelemetry.context.Context context,
                        io.opentelemetry.api.common.Attributes responseAttributes)
        Description copied from interface: RequestListener
        Listener method that is called at the end of a request.
        Specified by:
        end in interface RequestListener