- The DevOps 2.2 Toolkit
- Viktor Farcic
- 282字
- 2021-06-24 18:46:22
Deploying Docker Flow Monitor
Deploying Docker Flow Monitor is easy (as almost all Docker services are). We'll start by creating a network called monitor. We could let Docker stack create it for us, but it is useful to have it defined externally so that we can easily attach it to services from other stacks:
docker network create -d overlay monitor
The stack is as follows:
version: "3" services: monitor: image: vfarcic/docker-flow-monitor:${TAG:-latest} environment: - GLOBAL_SCRAPE_INTERVAL=10s networks: - monitor ports: - 9090:9090 networks: monitor: external: true
The environment variable GLOBAL_SCRAPE_INTERVAL shows the first improvement over the "original" Prometheus service. It allows us to define entries of its configuration as environment variables. That, in itself, is not a significant improvement but is a good start. More powerful additions will be explored later on.
Please visit environment variables section of the documentation for more information about configuration options at (http://monitor.dockerflow.com/config/#environment-variables).
Now we're ready to deploy the stack:
docker stack rm monitor docker stack deploy \ -c stacks/docker-flow-monitor.yml \ monitor
Please wait a few moments until Swarm pulls the image and starts the service. You can monitor the status by executing docker stack ps monitor command.
Once the service is running, we can confirm that the environment variable indeed generated the configuration:
open "http://$(docker-machine ip swarm-1):9090/config"

We are going to expose services url in pretty format, therefore we must get rid of port number (9090) in preceding url.
- 國際著名智庫機(jī)制比較研究
- 當(dāng)前我國基礎(chǔ)教育課程
- 在路上
- 王朝科學(xué)的叩問之路
- 全球土地2016:熱點(diǎn)與前沿
- 供給側(cè)改革驅(qū)動下能源企業(yè)績效評價研究
- 行動研究經(jīng)典讀書札記
- 關(guān)于機(jī)師:我想說的其實(shí)是……(增訂版)
- 人類學(xué)家是做什么的(人文智慧譯叢)
- 寧夏大學(xué)國家科學(xué)基金獲資助者名錄.2018
- 全球智庫指南
- 如何從這個世界消失
- 時代新人之學(xué)思踐悟:重慶市第九屆研究生馬克思主義論壇論文集
- 閱讀推廣活動的評價指標(biāo)體系構(gòu)建及其實(shí)證研究
- 管理學(xué)(第五版)