最后更新于5年前
这有帮助吗?
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格式。
proxy://HOST:PORT
你也可以改变数据发送到Wavefront的时间间隔:
management.metrics.export.wavefront.steps=30s