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 | 31 |
Tags
- Jenkins
- opentelemetry
- helm
- Kubernetes
- eks
- Service Mesh
- 크롤링
- DevOps
- 웹 취약점
- Resource
- sonarqube
- Prometheus
- Grafana
- gitlab ci
- gitlab cd
- Crawling
- CI
- docker
- GitLab
- Monitoring
- ECR
- 웹 해킹
- linkerd
- 스크레이핑
- argocd
- 모의해킹
- deploy
- scraping
- CI/CD
- CD
Archives
- Today
- Total
목록Micrometer (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