We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aced07 commit 5bc3cdaCopy full SHA for 5bc3cda
services/nomad/monitoring/grafana.nomad
@@ -33,7 +33,7 @@ job "grafana" {
33
34
check {
35
type = "http"
36
- address_mode = "host"
+ address_mode = "alloc"
37
path = "/healthz"
38
timeout = "30s"
39
interval = "15s"
services/nomad/monitoring/prometheus.nomad
@@ -30,7 +30,7 @@ job "prometheus" {
30
31
32
path = "/-/healthy"
@@ -47,7 +47,7 @@ job "prometheus" {
47
}
48
49
config {
50
- image = "prom/prometheus:v2.47.2"
+ image = "prom/prometheus:v3.2.1"
51
args = [
52
"--config.file=/local/prometheus.yml",
53
"--storage.tsdb.path=/prometheus",
0 commit comments