728x90
prometheus.yml - scrape configs 에 gitlab metrics 정보 추가
...
scrape_configs:
...
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
- job_name: 'gitlab'
# metrics_path defaults to '/metrics'
#scrape_interval: 5s
metrics_path: '/-/metrics'
scheme: 'https'
params:
token: ['-AK-DSTrWSj478wHFmZr']
# scheme defaults to 'http'.
static_configs:
- targets: ['gitlab url']
...
728x90
'클라우드 > prometheus' 카테고리의 다른 글
prometheus - InfluxDB 설치( 설치 파일 사용 ) (0) | 2021.10.02 |
---|---|
Remote Storage 설정하기 (0) | 2021.10.01 |
prometheus - keycloak Metrics 설정하기 (0) | 2021.09.29 |
prometheus - kong Metrics 설정 (0) | 2021.09.28 |
ubuntu Prometheus 설치 (0) | 2021.09.27 |
댓글