File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
content/en/docs/zero-code/java/agent Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,13 @@ increase agent overhead. For more information on how to turn off unnecessary
92
92
instrumentations, see
93
93
[ Turn off specific instrumentations] ( #turn-off-specific-instrumentations ) .
94
94
95
- > [ !NOTE] Experimental features of the Java agent might increase agent overhead
96
- > due to the experimental focus on functionality over performance. Stable
97
- > features are safer in terms of agent overhead.
95
+ {{% alert title="Note" color="info" %}}
96
+
97
+ Experimental features of the Java agent might increase agent overhead due to the
98
+ experimental focus on functionality over performance. Stable features are safer
99
+ in terms of agent overhead.
100
+
101
+ {{% /alert %}}
98
102
99
103
## Troubleshooting agent overhead issues
100
104
You can’t perform that action at this time.
0 commit comments