Move query-exporter to docker. Update dash.
This commit is contained in:
parent
758c5fe5e6
commit
e8ca4e808e
5 changed files with 575 additions and 499 deletions
File diff suppressed because it is too large
Load diff
|
@ -81,12 +81,10 @@ now go to `http://localhost:9100/metrics`
|
|||
|
||||
# Install query exporter
|
||||
|
||||
`sudo snap install query-exporter`
|
||||
Query-exporter is started in indexer's docker.
|
||||
|
||||
Run query exporter
|
||||
To allow viewing it on local network:
|
||||
|
||||
`cd exporters`
|
||||
|
||||
`query-exporter config.yaml -H 0.0.0.0`
|
||||
|
||||
`sudo ufw allow 9560`
|
1
metrics/prometheus/exporters/query-exporter/example.env
Normal file
1
metrics/prometheus/exporters/query-exporter/example.env
Normal file
|
@ -0,0 +1 @@
|
|||
POSTGRES_PASSWORD='your password'
|
Loading…
Add table
Add a link
Reference in a new issue