service
This commit is contained in:
parent
9cc57a2ed8
commit
10fbcd5268
1 changed files with 5 additions and 2 deletions
|
@ -14,6 +14,11 @@ job "prometheus" {
|
||||||
task "prometheus" {
|
task "prometheus" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
|
service {
|
||||||
|
name = "prometheus"
|
||||||
|
port = "http"
|
||||||
|
}
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "prom/prometheus:latest"
|
image = "prom/prometheus:latest"
|
||||||
ports = ["http"]
|
ports = ["http"]
|
||||||
|
@ -56,8 +61,6 @@ scrape_configs:
|
||||||
metrics_path: /v1/metrics
|
metrics_path: /v1/metrics
|
||||||
params:
|
params:
|
||||||
format: ['prometheus']
|
format: ['prometheus']
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue