You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The collector's telemetry config does not expose options for configuring or disabling the TracerProvider.
There is a long-standing open issue #6629 to allow for exporting these internal spans. Perhaps providing a way to disable recording of these internal spans would be a simpler start.
The text was updated successfully, but these errors were encountered:
The collector is consuming excessive memory from internal spans
For example, the

httpcheckreceiver
'sotelhttp
instrumentation is holding on to a decent chunk of memory for its span attributesThere doesn't appear to be any way to opt-out of this behavior
opentelemetry-collector/config/confighttp/confighttp.go
Lines 225 to 236 in 5309d60
The collector's
telemetry
config does not expose options for configuring or disabling theTracerProvider
.There is a long-standing open issue #6629 to allow for exporting these internal spans. Perhaps providing a way to disable recording of these internal spans would be a simpler start.
The text was updated successfully, but these errors were encountered: