Skip to content

Conversation

@pglombardo
Copy link
Contributor

@pglombardo pglombardo commented Jan 13, 2020

This PR adds support for Path Templates under Flask.

Flask routes such as:

@app.route("/users/<username>/sayhello")
def username_hello(username):
    return "<center><h1>🐍 Hello %s! 🦄</h1></center>" % username

will now show as grouped endpoints in Instana Analyze:

Screen Shot 2020-01-13 at 1 39 21 PM

...and when drilling down:

Screen Shot 2020-01-13 at 1 37 44 PM

Read more about endpoint grouping here:
https://docs.instana.io/products/application_service_management/#endpoint-grouping---path-templates

@pglombardo pglombardo merged commit 8bd71c8 into master Jan 13, 2020
@pglombardo pglombardo deleted the flask-path-templates branch January 13, 2020 13:01
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