InfluxDB导出器
从0.9.0开始使用的InfluxDB格式指标的导出器。 它通过HTTP API收集中的指标,对其进行转换并将其公开以供Prometheus使用。
此导出器支持float,int和boolean字段。 标签将转换为Prometheus标签。
默认情况下,导出器还监听UDP套接字(端口9122),在该端口上,它使用/metrics端点公开influxDB指标,并在/metrics/exporter端点中公开导出者的自我指标。
时间戳记
默认情况下,公开的指标没有原始时间戳,如下所示:
http_requests_total{method="post",code="200"} 1027
http_requests_total{method="post",code="400"} 3
如果要将原始时间戳添加到公开的指标中,请使用标志--timestamps ,
1