본문 바로가기
카테고리 없음

🥰 gitlab-prometheus scrape config sample

by Knowledge Store In Hyunsoft 2023. 1. 11.
* 이 포스팅은 쿠팡 파트너스 활동의 일환으로 이에 따른 일정액의 수수료를 제공받습니다.
---
global:
  scrape_interval: 15s
  evaluation_interval: 15s
alerting:
  alertmanagers:
    - static_configs:
        - targets: null
rule_files: null
scrape_configs:
  - job_name: gitlab
    scrape_interval: 5s
    scheme: 'https'
    metrics_path: '/-/metrics'
    params: 
        token: ['kkvZGiNAuUh-J9t5Uya_']
    static_configs:
      - targets: ['gitlocal.uptrio8888.xyz']
    tls_config:
      insecure_skip_verify: true
728x90

댓글