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
prometheus metric example:
sentinel_go_handled_total{app="unknown_go_service",block_type="",host="xxx",pid="1",resource="GET:/api/test/error",result="pass"} 1213 sentinel_go_handled_total{app="unknown_go_service",block_type="",host="xxx",pid="1",resource="GET:/test/panic",result="pass"} 193
the first record is circuitbreak metric. the other is flow control metric. But there is not a label to distinguish which the entry belongs to.
The text was updated successfully, but these errors were encountered:
fix: add traffic-type label to distinguish pass type, fix alibaba#501
8dbc6d7
fix: add traffic-type label to distiguish pass type, fix alibaba#501
437898f
No branches or pull requests
prometheus metric example:
the first record is circuitbreak metric. the other is flow control metric.
But there is not a label to distinguish which the entry belongs to.
The text was updated successfully, but these errors were encountered: