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
1. There are two ways to modify global variables ...
Modify the simplified file size and download the ...
CentOS8 was released a few days ago. Although it ...
Preface Every developer who comes into contact wi...
This article uses an example to describe the crea...
Union is a union operation on the data, excluding...
Table of contents Concurrent scenarios Write-Writ...
Table of contents vue2.x Pre-concept: Routing hoo...
NERDTree is a file system browser for Vim. With t...
About Recently, in the process of learning Vue, I...
1. Set and change the root password Check whether...
1. Sometimes we use ES Due to limited resources o...
1. The as keyword indicates an assertion In Types...
Preface My needs are syntax highlighting, functio...
This article example shares the specific code of ...