Skip to content

Commit

Permalink
fix weird spelling of simcore
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiser committed Nov 10, 2023
1 parent d3cf6b4 commit a668ea6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion services/monitoring/prometheus/prometheus-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ global:
# Attach these labels to any time series or alerts when communicating with
# external systems (federation, remote storage, Alertmanager).
external_labels:
monitor: "sim-core-monitor"
monitor: "simcore-monitor"

# Load and evaluate rules in this file every 'evaluation_interval' seconds.
rule_files:
Expand Down Expand Up @@ -57,6 +57,9 @@ scrape_configs:
# - prometheus-job=traefik_ops
# - prometheus-port=8082
#
#
# Swarm tasks prometheus service discovery:
# There is one task discovered per network that the containe is associated to.
- job_name: "dockerswarm-tasks"
dockerswarm_sd_configs:
- host: unix:///var/run/docker.sock
Expand Down

0 comments on commit a668ea6

Please sign in to comment.