配置Prometheusmetrics_path 配置模式 交换机的配置模式有许多,主要包括用户配置模式、特权模式、全局配置模式、端口配置模式和VLAN配置模式等。熟练进行各种配置模式的进入与切换,了解各种模式下的配置命令,将为以后的学习打下良好的基础。 学习情境 学习之前需要先熟悉交换机的配置模式及基本配置命令。 情境分析 在工作区...
sample_limit: 1000 # 每次 收集 样本数据的限制. 0 为不限制 metrics_path: /my_path # 从目标 获取数据的 HTTP 路径 scheme: https # 配置用于请求的协议方案 # DNS 服务发现 配置列表 dns_sd_configs: - refresh_interval: 15s names: # 要查询的DNS域名列表 - first.dns.address.domain.com - secon...
prometheus:image:prom/prometheus:v2.24.1net:hostrestart:alwaysenvironment:- TZ=Asia/Shanghaivolumes:-/etc/localtime:/etc/localtime:ro- ./prometheus/:/etc/prometheus/-/home/data/prometheus_data/:/prometheus_data/:rwcommand:-'--config.file=/etc/prometheus/prometheus.yml'-'--storage.tsdb.path=/...
scrape_configs: - job_name: 'etcd' scheme: https tls_config: ca_file: /path/to/ca.pem cert_file: /path/to/etcd.pem key_file: /path/to/etcd-key.pem insecure_skip_verify: true # 如果你的etcd证书是自签名的,可能需要设置为true static_configs: - targets: ['etcd1.guoguo.com:2379', ...
kube-prom-stack的其他服务监视器应为:
kube-prom-stack的其他服务监视器应为:
export PATH=$PATH:/usr/local/go/bin source /etc/profile 返回值 go version go1.16 linux/amd64 1. 2. 3. 4. 5. 6. 2、Prometheus 安装 1.1在linux服务器上下载prometheus wget https://github.com/prometheus/prometheus/releases/download/v2.27.1/prometheus-2.27.1.linux-amd64.tar.gz(确认网络环境...