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 |
Tags
- CD
- Prometheus
- Service Mesh
- sonarqube
- CI/CD
- gitlab ci
- opentelemetry
- helm
- argocd
- Resource
- Jenkins
- Grafana
- gitlab cd
- 크롤링
- 웹 해킹
- 모의해킹
- DevOps
- 웹 취약점
- scraping
- 스크레이핑
- CI
- deploy
- eks
- docker
- ECR
- Crawling
- linkerd
- GitLab
- Monitoring
- Kubernetes
Archives
- Today
- Total
목록JVM Exporter (1)
ㅡ.ㅡ
[Monitoring] JVM Exporter(Micrometer)
APP/Build.gradle actuator와 micrometer Prometheus 메트릭 의존성 추가 dependencies { implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'io.micrometer:micrometer-registry-prometheus' } APP/Application.yaml Promethues에 추가될 앱 이름과 메트릭에 포함될 정보들 포함 spring: application: name: 앱이름 management: metrics: tags: application: ${spring.application.name} endpoints: web: exposure: inclu..
Observabillity
2022. 1. 20. 09:04