Closed
Description
In WavefrontTracingAutoConfiguration
, it defines a WavefrontSpanHandler
bean.
This passes an empty collection to the redMetricsCustomTagKeys
in the constructor.
Per this documentation in Wavefront, the redMetricsCustomTagKeys
should be populated by the wavefront.tracing.red-metrics-custom-tag-keys
property.
I believe this bean definition is the corresponding part for the property.
So, what the doc mentioned to work, I think populated values need to be passed to redMetricsCustomTagKeys
rather than an empty set.