File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ component_names["prometheus-client-bridge/"]="Prometheus client bridge"
4343component_names[" runtime-attach/" ]=" Runtime attach"
4444component_names[" resource-providers/" ]=" Resource providers"
4545component_names[" samplers/" ]=" Samplers"
46+ component_names[" span-stacktrace/" ]=" Span stack traces"
4647component_names[" static-instrumenter/" ]=" Static instrumenter"
4748
4849echo " ## Unreleased"
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### JMX metrics
6+
7+ - Add support for newly named Tomcat MBean with Spring ([ #1269 ] )
8+
9+ ### Span stack traces - New 🌟
10+
11+ This module provides a SpanProcessor that captures stack traces on spans that meet
12+ a certain criteria such as exceeding a certain duration threshold.
13+
514## Version 1.34.0 (2024-03-27)
615
716### AWS resources
You can’t perform that action at this time.
0 commit comments