728x90
prometheus.yml - scrape configs 에 kong metrics 정보 추가
# /apps/prometheus/prometheus.yml
...
scrape_configs:
...
- job_name: 'kong'
scrape_interval: 5s
metrics_path: '/metrics'
scheme: 'http'
static_configs:
- targets: ['{kong host}']
...
728x90
'클라우드 > prometheus' 카테고리의 다른 글
prometheus - InfluxDB 설치( 설치 파일 사용 ) (0) | 2021.10.02 |
---|---|
Remote Storage 설정하기 (0) | 2021.10.01 |
prometheus - gitlab metrics 설정하기 (0) | 2021.09.30 |
prometheus - keycloak Metrics 설정하기 (0) | 2021.09.29 |
ubuntu Prometheus 설치 (0) | 2021.09.27 |
댓글