| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
chore: add a Code of Conduct (googleapis#604)
fix: lint_setup_py was failing in Kokoro is now fixed (googleapis#607)
…into opentelemetry
…into opentelemetry
There was a problem hiding this comment.
LGTM, although I'm not very familiar with Django usage.
For CloudSpannerDjango.alter_field, I noticed that the method is _alter_field. Should the trace reflect this? Do users call this directly?
Sorry, something went wrong.
users are not going to call this method directly, this trace is added more for keeping track. Wherever calls to backend takes place then how long those calls are taking. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add tracing in schema with related checks in unit tests.
Fixes #633 🦕