diff --git a/service-forest/src/main/java/com/lanyuanxiaoyao/service/forest/configuration/MetricsInterceptor.java b/service-forest/src/main/java/com/lanyuanxiaoyao/service/forest/configuration/MetricsInterceptor.java index a07b48d..0a3f3b9 100644 --- a/service-forest/src/main/java/com/lanyuanxiaoyao/service/forest/configuration/MetricsInterceptor.java +++ b/service-forest/src/main/java/com/lanyuanxiaoyao/service/forest/configuration/MetricsInterceptor.java @@ -28,8 +28,8 @@ import org.springframework.stereotype.Component; @SuppressWarnings("unchecked") @Component public class MetricsInterceptor implements Interceptor { - public static final String FOREST_SEND_REQUEST = "forest_send_request"; - public static final String FOREST_SEND_REQUEST_SECONDS = "forest_send_request_seconds"; + public static final String FOREST_SEND_REQUEST = "service_forest_send_request"; + public static final String FOREST_SEND_REQUEST_SECONDS = "service_forest_send_request_seconds"; private static final Logger logger = LoggerFactory.getLogger(MetricsInterceptor.class); private static final String PARSED_TAGS = "parsed_tags"; private final MeterRegistry meterRegistry;