HTTP endpoint tracing for Flask applications using the @track_endpoint decorator
@track_endpoint
decorator provides HTTP endpoint tracing for Flask applications with automatic request/response monitoring. It’s designed to work seamlessly with Flask and extends the functionality of the basic @trace
decorator.
name
: Custom name for the tracetags
: List or dict of tags for categorizing tracescapture_request
: Whether to capture request data (default: True)capture_response
: Whether to capture response data (default: True)