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

NH-94685: capture stacktrace for span #288

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

cleverchuk
Copy link
Contributor

Integrate the io.opentelemetry.contrib:opentelemetry-span-stacktrace package for collecting stack trace base on span duration and some configured span attributes used filters. The default duration is 5ms and the default filter attribute is db.system.

Users can add additional span attributes by configuring -Dsw.apm.span.stack.trace.filters with comma separated list of span attributes to use in the filter. The filter does an existence test for any of the configured attribute. The filter and the duration together select the spans whose stack trace are collected.

Test Plan:
Test services data 0, 1, 2 and 3

@cleverchuk cleverchuk requested a review from a team as a code owner December 12, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant