Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use Grafana to monitor Docker in Ubuntu

2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

How to use Grafana to monitor Docker in Ubuntu? I believe that many inexperienced people are at a loss about this, so this article summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

Install grafana

We can build our grafana in docker. There is an official grafana docker image.

Run the following command to build the grafana container.

1 2 3 4 5 6 7 8 9root@ubuntu:~# docker run-d-p 3000 influxdb_host=localhost-e influxdb_port=8086-e influxdb_name=cadvisor-e influxdb_user= root-e influxdb_pass=root-- link influxsrv:influxsrv-- name grafana grafana/grafana f3b7598529202b110e4e6b998dca6b6e60e8608d75dcfe0d2b09ae408f43684a

Now we can log in to grafana to configure the data source. Visit http:// your ip address: 3000 or http:// your ip address (if you have done port mapping earlier):

User name-admin

Password-admin

Once we have installed grafana, we can connect to influxdb. Log in to the dashboard and click the grafana icon (the fireball) in the upper left corner of the panel. Click the data source (data sources) to configure.

Addingdatabsource

Now you can add a new graphic (graph) to our default data source, influxdb.

Panelgraph

We can adjust our graphics by editing and adjusting our query on the metric page.

Grafana-grafana dashboard 2016-08-01 14-53-40

After reading the above, have you mastered how to use Grafana to monitor Docker in Ubuntu? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report