@RestController
@ConditionalOnProperty(name="nacos.prometheus.metrics.enabled",
havingValue="true")
public class PrometheusController
extends Object
@GetMapping(value="/prometheus",
produces="application/json; charset=UTF-8")
public org.springframework.http.ResponseEntity metric()
throws NacosException
NacosException - NacosException.Copyright © 2018–2023 Alibaba Group. All rights reserved.