“Prometheus”的版本间的差异
跳到导航
跳到搜索
(创建页面,内容为“'''Prometheus'''是一個TSDB。 == 外部連結 == * {{Official|https://prometheus.io/}} {{en}} Category:軟體”) |
|||
第1行: | 第1行: | ||
'''Prometheus'''是一個[[TSDB]]。 | '''Prometheus'''是一個[[TSDB]]。 | ||
+ | |||
+ | == 安裝 == | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | cd /tmp; wget https://github.com/prometheus/prometheus/releases/download/v2.16.0/prometheus-2.16.0.linux-amd64.tar.gz; tar zxvf prometheus-2.16.0.linux-amd64.tar.gz; cd prometheus-2.16.0.linux-amd64 | ||
+ | </syntaxhighlight> | ||
== 外部連結 == | == 外部連結 == |