-
Notifications
You must be signed in to change notification settings - Fork 375
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
Bump to version 1.10.0 #2667
Bump to version 1.10.0 #2667
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.
LGTM!
Codecov Report
@@ Coverage Diff @@
## master #2667 +/- ##
==========================================
- Coverage 98.09% 98.08% -0.01%
==========================================
Files 1166 1166
Lines 64200 64197 -3
Branches 2861 2861
==========================================
- Hits 62976 62969 -7
- Misses 1224 1228 +4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
* Tracing: Support 128 bits trace id ([#2543][]) | ||
* Tracing: Add tags to integrations (`que` / `racecar` / `resque`/ `shoryken` / `sneakers` / `qless` / `delayed_job` / `kafka` / `sidekiq` / `dalli` / `presto` / `elasticsearch`) ([#2619][], [#2613][] , [#2608][], [#2590][]) | ||
* Tracing: Add tags to integrations (`que` / `racecar` / `resque`/ `shoryken` / `sneakers` / `qless` / `delayed_job` / `kafka` / `sidekiq` / `dalli` / `presto` / `elasticsearch`) ([#2619][], [#2613][] , [#2608][], [#2590][]) | ||
* Appsec: Introduce `AppSec::Instrumentation::Gateway::Argument` ([#2648][]) |
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.
That is also internal. Similar to the appsec component. So we might be able to remove it as well
Added
dd-trace-rb
injection through K8s admission controller ([Create init image for lib-injection #2606][])que
/racecar
/resque
/shoryken
/sneakers
/qless
/delayed_job
/kafka
/sidekiq
/dalli
/presto
/elasticsearch
) ([Adds span.kind:client for dalli #2619][], [Add mandatory tags for rabbitmq integrations #2613][] , [Presto/Elasticsearch/qless updates #2608][], [Add messaging.system tag to all messaging integrations #2590][])AppSec::Instrumentation::Gateway::Argument
([Introduce AppSec::Instrumentation::Gateway::Argument #2648][])ThreadContext
([[PROF-7307] Add support for allocation samples toThreadContext
#2657][])Profiling.allocation_count
API for new profiler ([[PROF-7252] AddProfiling.allocation_count
API for new profiler #2635][])Changed
rack
instrumentation counts time spent in queue as part of thehttp_server.queue
span ([Only count time spent in queue as part of thehttp_server.queue
span #2591][]) ([@agrobbin][])libddwaf
version to 1.6.2.0.0 ([[APPSEC-7804] update libddwaf version to 1.6.2.0.0 #2614][])libdatadog
v2.0.0 ([Upgrade profiler to use libdatadog v2.0.0 #2599][])Fixed