接口 RestTemplateExchangeTagsProvider

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      Iterable<io.micrometer.core.instrument.Tag>getTags​(String urlTemplate, org.springframework.http.HttpRequest request, org.springframework.http.client.ClientHttpResponse response)
      Provides the tags to be associated with metrics that are recorded for the given request and response exchange.
    • 方法详细资料

      • getTags

        Iterable<io.micrometer.core.instrument.Tag> getTags​(String urlTemplate,
                                                            org.springframework.http.HttpRequest request,
                                                            org.springframework.http.client.ClientHttpResponse response)
        Provides the tags to be associated with metrics that are recorded for the given request and response exchange.
        参数:
        urlTemplate - the source URl template, if available
        request - the request
        response - the response (may be null if the exchange failed)
        返回:
        the tags