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
Table of contents Optimization of if judgment 1. ...
Preface This article mainly introduces the releva...
Table of contents 1. Concept 1.1 Definition 1.2 D...
Through the brief introduction in the previous tw...
1. haslayout and bfc are IE-specific and standard ...
1. Run fonts, open the font folder, and find the ...
JS calculates the total price of goods in the sho...
First look at the effect: Preface: I came up with...
1. Install MySQL (1) Unzip the downloaded MySQL c...
Part 1 HTML <html> -- start tag <head>...
This article shares the specific code of Vue to r...
Introduction to Nginx Nginx ("engine x"...
SMIL adds support for timing and media synchroniz...
This article describes the Linux user and group c...
1. Dynamically create objects There are two ways ...