Ver Fonte

fix: remove too many spaces after colon

Christoph Schug há 1 ano atrás
pai
commit
95fcf4aa17
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docker-compose/prometheus/config/prometheus.yaml

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

@@ -1,6 +1,6 @@
 ---
 ---
 global:
 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
   # Attach these labels to any time series or alerts when communicating with
   # external systems (federation, remote storage, Alertmanager).
   # external systems (federation, remote storage, Alertmanager).