2022-07-21 22:54:05 +00:00
|
|
|
---
|
|
|
|
apiVersion: 1
|
|
|
|
|
|
|
|
datasources:
|
2023-03-24 23:32:37 +00:00
|
|
|
{{ range nomadService 1 (env "NOMAD_ALLOC_ID") "prometheus" }}
|
2022-07-21 22:54:05 +00:00
|
|
|
- name: Prometheus
|
2023-03-24 23:32:37 +00:00
|
|
|
url: "http://{{ .Address }}:{{ .Port }}"
|
2022-07-21 22:54:05 +00:00
|
|
|
type: prometheus
|
|
|
|
access: proxy
|
|
|
|
isDefault: true
|
|
|
|
version: 1
|
2023-03-24 23:32:37 +00:00
|
|
|
{{ end }}
|