-
Notifications
You must be signed in to change notification settings - Fork 641
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
Support request and response hooks for Django instrumentation #407
Conversation
d4d466e
to
27ace6d
Compare
@@ -11,6 +11,67 @@ | |||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
# See the License for the specific language governing permissions and | |||
# limitations under the License. | |||
""" |
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.
Opportunistic update. Django was missing docs so copied from README.rst
We have couple of instrumentations where we let users set custom span name with |
I'd like to remove them at some point, yes, but not sure but much breakage it'll cause. Let's discuss that in the SIG meeting. |
Fixes #138 |
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
27ace6d
to
2489671
Compare
2a22f73
to
ba1696a
Compare
adc515d
to
2e6c4d3
Compare
2e6c4d3
to
4f061dd
Compare
Description
Add request and response hooks support for Django instrumentation. This allows users to customize a bunch of things. Users can set custom span names, add additional attributes or other information to spans, inject tracing information into responses, etc.
Fixes #138
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.