project-flogo / flow

Flow is a flow-based process engine implementation for processing event-driven requests.
BSD 3-Clause "New" or "Revised" License
95 stars 38 forks source link

Set task name as operation name in tracing config #160

Closed vijaynalawade closed 3 years ago

vijaynalawade commented 3 years ago

What kind of change does this PR introduce? (check one with "x")

[X] Bugfix
[] Feature
[] Code style update (formatting, local variables)
[] Refactoring (no functional changes, no api changes)
[] Other... Please describe:

Fixes: #

What is the current behavior? In tracing tools like Jaeger, task span name is set to flow name which is incorrect. What is the new behavior? Now, span name is set to activity/task name