File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ /prometheus
1
2
/thanos
2
3
vendor /
3
4
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ scrape_configs:
65
65
- "localhost:19492"
66
66
EOF
67
67
68
- prometheus \
68
+ ./ prometheus \
69
69
--config.file data/prom${i} /prometheus.yml \
70
70
--storage.tsdb.path data/prom${i} \
71
71
--log.level warn \
@@ -80,7 +80,7 @@ sleep 0.5
80
80
# Start one sidecar for each Prometheus server.
81
81
for i in ` seq 1 3`
82
82
do
83
- thanos sidecar \
83
+ ./ thanos sidecar \
84
84
--debug.name sidecar-${i} \
85
85
--grpc-address 0.0.0.0:1909${i} \
86
86
--http-address 0.0.0.0:1919${i} \
@@ -98,7 +98,7 @@ sleep 0.5
98
98
99
99
if [ -n " ${GCS_BUCKET} " -o -n " ${S3_ENDPOINT} " ]
100
100
then
101
- thanos store \
101
+ ./ thanos store \
102
102
--debug.name store \
103
103
--log.level debug \
104
104
--grpc-address 0.0.0.0:19691 \
@@ -115,7 +115,7 @@ sleep 0.5
115
115
# Start to query nodes.
116
116
for i in ` seq 1 2`
117
117
do
118
- thanos query \
118
+ ./ thanos query \
119
119
--debug.name query-${i} \
120
120
--grpc-address 0.0.0.0:1999${i} \
121
121
--http-address 0.0.0.0:1949${i} \
You can’t perform that action at this time.
0 commit comments