소스 검색

fix: remove too many spaces after colon

Christoph Schug 1 년 전
부모
커밋
95fcf4aa17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker-compose/prometheus/config/prometheus.yaml

+ 1 - 1
docker-compose/prometheus/config/prometheus.yaml

@@ -1,6 +1,6 @@
 ---
 global:
-  scrape_interval:     15s # By default, scrape targets every 15 seconds.
+  scrape_interval: 15s  # By default, scrape targets every 15 seconds.
 
   # Attach these labels to any time series or alerts when communicating with
   # external systems (federation, remote storage, Alertmanager).