-
Notifications
You must be signed in to change notification settings - Fork 76
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
feat(tracing): Add commented out tracing relation into templates #2100
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing to the docs!
I had some nitpick comments that I repeated across all the reference docs.
Also, it's possible that this work will conflict with #2083, so you may want to wait on that PR to merge.
# Conflicts: # docs/reference/extensions/django-framework-extension.md # docs/reference/extensions/fastapi-framework-extension.md # docs/reference/extensions/flask-framework-extension.md # docs/reference/extensions/go-framework-extension.md
b34d115
to
b064c19
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will also need to update the extensions to add the tracing library into charmcraft.yaml
, see
charmcraft/charmcraft/extensions/app.py
Line 39 in 92111c5
{"lib": "saml_integrator.saml", "version": "0"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
Related to Paas Charm PR.
Adds the possibility to integrate with Tempo Operator to trace the 12 Factor app workload for current frameworks(go, django, flask, fastapi).
Changes:
tracing
relation required objects to extensioncharmcraft.yaml.j2
files.reviewers:
@jdkandersson
@javierdelapuente