mule-opentelemetry-module icon indicating copy to clipboard operation
mule-opentelemetry-module copied to clipboard

Set Global Config Span Tags from mule properties

Open manikmagar opened this issue 2 years ago • 0 comments

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" />

manikmagar avatar Nov 05 '22 22:11 manikmagar