We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
按照saga模式的协议,逆向是不允许失败的,如果应用程序返回失败,那么就是出现bug了。 dtm会不断重试,直到saga的逆向返回成功。 为了避免程序bug导致逆向一直不成功,建议开发者对全局事务表进行监控,发现重试超过3次的事务,发出报警,由运维人员找开发手动处理
Sorry, something went wrong.
如果这样,那建议DTM服务器提供metric接口,便于接入Prometheus, grafana等进行自动监控和报警
按照saga模式的协议,逆向是不允许失败的,如果应用程序返回失败,那么就是出现bug了。 dtm会不断重试,直到saga的逆向返回成功。 为了避免程序bug导致逆向一直不成功,建议开发者对全局事务表进行监控,发现重试超过3次的事务,发出报警,由运维人员找开发手动处理 如果这样,那建议DTM服务器提供metric接口,便于接入Prometheus, grafana等进行自动监控和报警
@XIELongDragon 已添加Prometheus监控,在端口8889下的/api/metrics
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: