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

Update request_end instrumentation example #1095

Merged
merged 3 commits into from
Oct 14, 2022

Conversation

bdewater
Copy link
Contributor

@bdewater bdewater commented Jul 12, 2022

The old example would send IDs (high cardinality - which can be expensive) for URLs like /v1/accounts/acct_123/persons. The new example tries to filter out anything that looks like an ID, it support nested/namespaced examples such as /v1/financial_connections/accounts/:id/disconnect or endpoints with multiple IDs such as /v1/transfers/:id/reversals/:id.

The old example would send IDs (high cardinality - which can be expensive) for URLs like `v1/accounts/acct_123/persons`. The new example tries to filter out anything that looks like an ID, it support nested/namespaced examples such as `/v1/financial_connections/accounts/:id/disconnect` or endpoints with multiple IDs such as `/v1/transfers/:id/reversals/:id`.
@richardm-stripe
Copy link
Contributor

Thank you for contributing this @bdewater!

@richardm-stripe richardm-stripe merged commit 2dec63e into stripe:master Oct 14, 2022
@bdewater bdewater deleted the patch-1 branch October 17, 2022 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants