Class GatewayHttpTagsProvider
- java.lang.Object
-
- org.springframework.cloud.gateway.support.tagsprovider.GatewayHttpTagsProvider
-
- All Implemented Interfaces:
Function<org.springframework.web.server.ServerWebExchange,io.micrometer.core.instrument.Tags>,GatewayTagsProvider
public class GatewayHttpTagsProvider extends Object implements GatewayTagsProvider
- Author:
- Ingyu Hwang
-
-
Constructor Summary
Constructors Constructor Description GatewayHttpTagsProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.micrometer.core.instrument.Tagsapply(org.springframework.web.server.ServerWebExchange exchange)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.cloud.gateway.support.tagsprovider.GatewayTagsProvider
and
-
-