Skip to content
New issue

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

feature: metrics for distributed transaction #54

Open
dk-lockdown opened this issue May 14, 2022 · 2 comments
Open

feature: metrics for distributed transaction #54

dk-lockdown opened this issue May 14, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@dk-lockdown
Copy link
Collaborator

dk-lockdown commented May 14, 2022

global_transaction_count{appid="", transactionname=""} 0
global_transaction_commit_count{appid="", transactionname=""} 0
global_transaction_rollback_count{appid="", transactionname=""} 0
branch_transaction_count{appid="", resourceid=""} 0
branch_transaction_commit_count{appid="", resourceid=""} 0
branch_transaction_rollback_count{appid="", resourceid=""} 0

@dk-lockdown dk-lockdown added good first issue Good for newcomers enhancement New feature or request help wanted Extra attention is needed labels May 14, 2022
@fatelei
Copy link
Collaborator

fatelei commented May 14, 2022

/assign

@fatelei
Copy link
Collaborator

fatelei commented May 27, 2022

dbpack_global_transaction_count(appid='',transactionname='',status=active/committed/rollback)
dbpack_branch_transaction_count(appid='',resourceid='',status=active/committed/rollback)

dbpack_global_transaction_timer(appid='',transactionname='',status=active/committed/rollback)
dbpack_branch_transaction_timer(appid='',resourceid='',status=active/committed/rollback)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants