apollo icon indicating copy to clipboard operation
apollo copied to clipboard

看到官方支持Prometheus的metric了,目前官方有提供基础的grafana配置文件吗

Open hezhaoye opened this issue 3 years ago • 2 comments

看到官方支持Prometheus的metric了,目前官方有提供基础的grafana配置文件吗

hezhaoye avatar Aug 25 '22 03:08 hezhaoye

#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}

anytron avatar Aug 31 '22 09:08 anytron

同问

SimonFuu avatar May 18 '23 11:05 SimonFuu

Duplicate of #3326

Anilople avatar May 20 '23 14:05 Anilople