-
Notifications
You must be signed in to change notification settings - Fork 664
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
Botocore instrumentation references Django? #1010
Comments
@LouisStAmour |
Thanks :) I'll admit I was just copying and pasting from examples trying to get everything working. I had no idea what I was doing :) I've since tried using OpenCensus and after a similar period of not knowing what I was doing, I still don't have automated tracing but I do have manual tracing working, so ... I'll start with OpenCensus Python client talking to OpenTelemetry Services for now and revisit OpenTelemetry Python client later, particularly if and when logging is added, or more of the DataDog code is adopted, including Celery monitoring. For now I'll try manual instrumentation based on the DataDog examples and see how far I get. :) Sometimes automation doesn't actually save time, you know? :) |
Yes you are correct. :) Thanks for finding these bugs. |
On line 57:
opentelemetry-python/instrumentation/opentelemetry-instrumentation-botocore/setup.cfg
Line 57 in 47229e9
Presuming this is a bug. Found it odd when an error message I encountered was:
The text was updated successfully, but these errors were encountered: