[修改]confd模板的缩进格式
This commit is contained in:
@@ -30,6 +30,6 @@ services:
|
|||||||
node-exporter:
|
node-exporter:
|
||||||
build: docker/node_exporter
|
build: docker/node_exporter
|
||||||
opcua-exporter:
|
opcua-exporter:
|
||||||
build: opcua-expoter
|
build: opcua-exporter
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
@@ -8,4 +8,4 @@ scrape_configs:
|
|||||||
|
|
||||||
- job_name: 'opcua_exporter'
|
- job_name: 'opcua_exporter'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: [ 'localhost:8191' ]
|
- targets: [ 'opcua-exporter:8191' ]
|
||||||
Reference in New Issue
Block a user