Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- mybatis
- NPM
- xPlatform
- window
- Java
- plugin
- mapreduce
- react
- 보조정렬
- Kotlin
- R
- Sqoop
- Express
- SSL
- Python
- Android
- Eclipse
- MSSQL
- tomcat
- es6
- JavaScript
- Spring
- SPC
- table
- SQL
- GIT
- IntelliJ
- hadoop
- vaadin
- 공정능력
Archives
- Today
- Total
반응형
목록prometheus (1)
DBILITY
spring boot actuator + prometheus + grafana visualization
이전에 작성했던 spring boot actuator + embedded mongodb의 metrics를 visualization tool로 display 해 본다. 먼저 pom.xml에 prometheus dependancy를 추가한다. io.micrometer micrometer-registry-prometheus application.properties에 management.endpoint.prometheus.enabled 와 management.metrics.export.prometheus.enabled는 기본 설정이 true로 별도 설정은 필요하지 않다. docker에 kitematic을 사용해 prometheus와 grafana를 설치한다.다음은 kitematic화면이다. 참고로 docker ..
java/spring cloud
2019. 9. 16. 16:29
반응형