You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在实时数据要求非常高的场景,当前无法观测数据延迟,不能直观看出参数调优的效果。
en:
In scenarios with very high real-time data requirements, it is currently impossible to observe data delay and the effect of parameter tuning cannot be intuitively seen
Feature request
暴露延迟时间指标给prometheus, 方便通过grafana等工具查看延迟变化
en:
Expose latency metrics to prometheus, making it easier to view latency changes through tools such as grafana
en:
Get the timestamp of the first data in each batch written to the message queue, calculate the difference between it and the timestamp of the starrocks transaction submission, and you can get the maximum delay time of this batch. The delay data is exposed by first writing it to the histogram metric and returning it to the prometheus agent every time the metric is queried.
The text was updated successfully, but these errors were encountered:
在实时数据要求非常高的场景,当前无法观测数据延迟,不能直观看出参数调优的效果。
en:
In scenarios with very high real-time data requirements, it is currently impossible to observe data delay and the effect of parameter tuning cannot be intuitively seen
Feature request
暴露延迟时间指标给prometheus, 方便通过grafana等工具查看延迟变化
en:
Expose latency metrics to prometheus, making it easier to view latency changes through tools such as grafana
Implement plan
获取每批次第一条数据写入到消息队列的时间戳,计算与starrocks事务提交时间戳之间的差值,即可得出这个批次的最大延迟时间。延迟数据暴露通过先写入到histogram metric,在每次查询metric到时候返回给prometheus agent。
en:
Get the timestamp of the first data in each batch written to the message queue, calculate the difference between it and the timestamp of the starrocks transaction submission, and you can get the maximum delay time of this batch. The delay data is exposed by first writing it to the histogram metric and returning it to the prometheus agent every time the metric is queried.
The text was updated successfully, but these errors were encountered: