54.2.12 Wavefront

Wavefront注册表周期性地将度量数据推送到Wavefront。如果你直接将度量数据导出到Wavefront,你的API令牌必须提供:

management.metrics.export.wavefront.api-token=YOUR_API_TOKEN

或者,你可以使用一个Wavefront sidecar或在你的环境中设置的内部代理,将度量数据转发到WavefrontAPI主机:

management.metrics.export.uri=proxy://localhost:7828

如果将度量数据发布到一个Wavefront代理(如文档中所述),主机必须采用proxy://HOST:PORT格式。

你也可以改变数据发送到Wavefront的时间间隔:

management.metrics.export.wavefront.steps=30s

最后更新于