mule-opentelemetry-module
mule-opentelemetry-module copied to clipboard
Set Global Config Span Tags from mule properties
Global Config Span Tags allows setting/overriding span tags for components using global configuration. With latest 1.2.0 release, tag values are only only possible to set using system properties. Any properties defined using configuration properties such as properties file or global-property are not recognized by the module.
Example of setting global property -
<global-property doc:name="Global Property" name="HTTP_Listener_config.otel.some.tag" value="tag-value" />