看到官方支持Prometheus的metric了,目前官方有提供基础的grafana配置文件吗
看到官方支持Prometheus的metric了,目前官方有提供基础的grafana配置文件吗
#set prometheus config in application-github.properties ,like this apollo-portal #the apollo-portal will be reflected in IP:port/prometheus tags #download grafana dashboards ,like JVM or springboot HikariCP ... spring.application.name=apollo-portal management.endpoints.enabled-by-default=false management.endpoints.web.exposure.include=* management.endpoint.prometheus.enabled=true management.endpoint.health.show-details=always management.endpoint.metrics.enabled=true management.metrics.export.prometheus.enabled=true management.metrics.tags.application=${spring.application.name}
同问
Duplicate of #3326