0
点赞
收藏
分享

微信扫一扫

couchbase-exporter 容器安装部署

c一段旅程c 2022-05-31 阅读 64


文章目录

  • ​​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 条评论