Introduction to influxDB influxDB is a distributed time series database. cAdvisor only displays real-time information, but does not store monitoring data. Therefore, we need to provide a time series database to store the monitoring information provided by the cAdvisor component in order to display time series data in addition to real-time information. influxDB installation Pull the image Start the container #18083=>8083 WEB port 8086=>8086 data port docker run --name is_influx_db -p 18083:8083 -p 8086:8086 --expose 8090 --expose 8099 -di c061e5808198 Access Test http://192.168.44.113:18083/ Create a database View Database Create User CREATE USER "hf" WITH PASSWORD 'hf_123456' WITH ALL PRIVILEGES View Users User Authorization # Grant database read and write permissions grant all privileges on cadvisor to cadvisor grant WRITE on cadvisor to cadvisor grant READ on cadvisor to cadvisor View data information Summarize The above is a brief introduction to the installation of influxDB distributed time series database and related operations by Docker. I hope it will be helpful to everyone. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Detailed analysis of the usage and application scenarios of slots in Vue
>>: Summary of the Differences between SQL and NoSQL
As one of the most popular front-end frameworks, ...
1. Check sql_mode select @@sql_mode The queried v...
1. Review The Buffer Pool will be initialized aft...
Learn a jQuery plugin every day - floating menu, ...
Table of contents Preface Install Introduction Sw...
1. Meaning of partition table A partition table d...
Recently, a system was deployed, using nginx as a...
Hello everyone, I am Qiufeng. Recently, WeChat ha...
time(); function Function prototype: time_t time(...
Table of contents tool: Login scenario: practice:...
1. Event bubbling : In the process of JavaScript ...
Today I wanted to change the mysql port, but I fo...
1. Fixed width + adaptive Expected effect: fixed ...
1. Simulate database data 1-1 Create database and...
1. MIME: Multipurpose Internet Mail Extensions Th...