about summary refs log tree commit diff
path: root/bundles/prometheus/files/service.json
blob: 1c124ad75e4c9035316bd661d46d155debfd41cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[
	{
		"targets": [
			"${hostname}:9010"
		],
		"labels": {
			"job": "${job_name}",
			"instance": "${hostname}",
			"__metrics_path__": "/metrics/${job_name}"
		}
	}
]