avioconsulting / mule-opentelemetry-module

Mule Extension to generate OpenTelemetry traces and metrics
https://avioconsulting.github.io/mule-opentelemetry-module/
BSD 2-Clause "Simplified" License
27 stars 9 forks source link

fix: rename apikit traces with flow spans only #166

Closed manikmagar closed 8 months ago

manikmagar commented 8 months ago

When renaming the trace using apikit flow names, only the flow-span should process renaming.

This issue only affects if non-generic spans (eg. operations from http, anypoint-mq, db etc) are added into the APIKit generated flows. Without this fix, the workaround would be to move all those operations into a separate sub-flow or a flow (not generated by APIKit).

github-actions[bot] commented 8 months ago

Test Results

104 tests  ±0   100 :white_check_mark: ±0   1m 33s :stopwatch: +22s  28 suites ±0     4 :zzz: ±0   28 files   ±0     0 :x: ±0 

Results for commit 9c222253. ± Comparison against base commit 08d91bdd.

:recycle: This comment has been updated with latest results.