couchbase-exporter 容器安装部署

阅读 64

2022-05-31


文章目录

  • ​​1. 部署​​

1. 部署

docker run -d -ti -p 9420:9420 -e COUCHBASE_HOST=128.196.0.100 -e COUCHBASE_PORT=8091 totvslabs/couchbase-exporter  
--couchbase.username=root --couchbase.password=222222 --couchbase.url='128.196.0.98:8091'

参数说明

Name Description Default value
COUCHBASE_HOST Couchbase host address 127.0.0.1
COUCHBASE_PORT Couchbase port address 8091
COUCHBASE_USERNAME Couchbase username xxx
COUCHBASE_PASSWORD Couchbase password xxx
PROMETHEUS_PORT Prometheus port to listen 9420

精彩评论(0)

0 0 举报