These 10 commits are when the Protocol Buffers files have changed:
Commit: | 2bec062 | |
---|---|---|
Author: | Taegyun Kim |
feat(profiling): enable libdatadog exporter by default
Commit: | 11e5829 | |
---|---|---|
Author: | William Conti | |
Committer: | GitHub |
feat(dsm): implement protobuf schema tracking (#10587) ## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [x] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting) --------- Co-authored-by: erikayasuda <153395705+erikayasuda@users.noreply.github.com>
The documentation is generated from this commit.
Commit: | 671498f | |
---|---|---|
Author: | Tahir H. Butt | |
Committer: | Tahir H. Butt |
chore: use src project layout
Commit: | e8aede5 | |
---|---|---|
Author: | Kyle Verhoog |
Update to latest
Commit: | 24cab96 | |
---|---|---|
Author: | Christian Clauss | |
Committer: | GitHub |
Fix typos discovered by codespell (#2538)
Commit: | aafa070 | |
---|---|---|
Author: | Kyle Verhoog | |
Committer: | Kyle Verhoog |
Remove profiling package
Commit: | 41f53d9 | |
---|---|---|
Author: | Julien Danjou | |
Committer: | GitHub |
refactor: rename ddtrace.profile to ddtrace.profiling (#1289)
Commit: | cd67660 | |
---|---|---|
Author: | Julien Danjou | |
Committer: | GitHub |
Import profiling library (#1203) * feat(vendor): import attrs 19.3.0 * feat: import profiling library * docs(profile): import * ci(tox): use isolated build This makes sure that if the develop mode is not used, then the pyproject.toml is read and used to build a package. * ci(tox): clean Cython files before running tests Cython does not always re-generate the files when switching Python version in develop mode. Make sure we clean them before. * feat(profiler): remove the context manager on Profiler This is confusing for most users as they expect the profiler to only profile the piece of code and the thread using this context, which is not case. Plus, since it starts/stops its own uploader threads, it create tons of small profiles and blocks the program for too long. * build(profile): move profile dependencies to profile extra * fix(profile/exporter/http): update endpoint URL * fix(tests): make ddtrace rw to be able to run Cython
Commit: | 97f1e59 | |
---|---|---|
Author: | Tahir H. Butt | |
Committer: | GitHub |
[grpc] Add support for GRPC server (#960) * Add server interceptor * Reimplement client interceptor * Update for tagging * Support streaming * Handle service names for client and server
Commit: | 60d6038 | |
---|---|---|
Author: | Jeanneret Pierre-Hugues | |
Committer: | brettlangdon |
[grpc] Add grpc client support. (#641) insecure_channel and secure_channel are handled automatically. Added tags: - grpc.method - grpc.host - grpc.port