Prometheus 配置

prometheus 配置

Config Prometheus 相关配置,我们会在进程中启动启动一个 prometheus 端口。

参数定义

  1. // A Config is a prometheus config.
  2. type Config struct {
  3. Host string `json:",optional"`
  4. Port int `json:",default=9101"`
  5. Path string `json:",default=/metrics"`
  6. }
参数类型默认值说明
Hoststring监听地址
Portint9101监听端口
Pathstring监听的路径