prometheusExporter

采集Prometheus Metrics的指标数据。

Example

  1. sources:
  2. - type: prometheusExporter
  3. name: metric
  4. endpoints:
  5. - "127.0.0.1:9196/metrics"

endpoints

字段类型是否必填默认值含义
endpointsstring数组必填抓取的远端exporter地址,请注意Loggie不会默认在请求路径中添加/metrics

interval

字段类型是否必填默认值含义
intervaltime.Duration非必填30s定时抓取远端exporter的时间间隔

timeout

字段类型是否必填默认值含义
timeouttime.Duration非必填5s抓取请求的超时时间

toJson

字段类型是否必填默认值含义
toJsonbool非必填false是否将抓取到的prometheus原生指标,转换成JSON格式