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

Add collected uri type option for spans #10041

Closed
ga-ram opened this issue Jun 14, 2023 · 1 comment
Closed

Add collected uri type option for spans #10041

ga-ram opened this issue Jun 14, 2023 · 1 comment
Assignees
Milestone

Comments

@ga-ram
Copy link
Contributor

ga-ram commented Jun 14, 2023

###########################################################
# SPAN COLLECTED URL TYPE                                 #
###########################################################
# Collected URI Type for profiler : TEMPLATE, RAW, AUTO (default)
# e.g.)
# Collected URI for each type for a request `/randomResponseTime/50` mapped to `@RequestMapping("/randomResponseTime/**")`
# TEMPLATE : `/randomResponseTime/**`
# RAW : `/randomResponseTime/50`
# AUTO (default) : `/randomResponseTime/**` for supported frameworks, `/randomResponseTime/50` for unsupported frameworks
profiler.span.collected.uri.type=AUTO
@ga-ram ga-ram added this to the 2.6.0 milestone Jun 14, 2023
@ga-ram ga-ram self-assigned this Jun 14, 2023
@ga-ram
Copy link
Contributor Author

ga-ram commented Jun 14, 2023

profiler.span.collected.uri.type=TEMPLATE
Screenshot 2023-06-14 at 6 20 08 PM

profiler.span.collected.uri.type=RAW
Screenshot 2023-06-14 at 6 18 55 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant