open telemetry java - What OTEL features are enabled by otel.instrumentation.common.default-enabled=true? - Stack Overflow

admin2025-04-17  3

I am seeing high cpu consumed when I enabled the default OTEL agent settings via

otel.instrumentationmon.default-enabled=true

I want to pin point which feature is accounting for the excessive cpu utilization.

I am currently running Java 17 with the Java 8 compiled 2.1.0 version.

I have set the property to false and I see the cpu reduction and then enabled a few key ones without increasing cpu, however, I have having difficulty knowing what all of default values are in order to isolate the culprit?

I referenced this link for the fine grained properties:

for a list of items that can be enabled, however, its not clear which of these are defaults or whether the list is exhaustive.

Is there any documentation that describes the defaults?

转载请注明原文地址:http://anycun.com/QandA/1744893857a89123.html