You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement - what kind of business use case are you trying to solve?
Change the color of the connector between two nodes in the DAG based on type of connection.
for eg if node 1 communicates to node 2 using a remote procedure call then the connection should be orange in color
for eg if node 1 communicates to node 2 using an event then the connection should be green in color
Problem - what in Jaeger blocks you from solving the requirement?
Not able to figure out if this functionality is supported in DAG section
Proposal - what do you suggest to solve the problem or improve the existing situation?
Exposing APIs that can be consumed to override the DAG display
The text was updated successfully, but these errors were encountered:
Requirement - what kind of business use case are you trying to solve?
Change the color of the connector between two nodes in the DAG based on type of connection.
for eg if node 1 communicates to node 2 using a remote procedure call then the connection should be orange in color
for eg if node 1 communicates to node 2 using an event then the connection should be green in color
Problem - what in Jaeger blocks you from solving the requirement?
Not able to figure out if this functionality is supported in DAG section
Proposal - what do you suggest to solve the problem or improve the existing situation?
Exposing APIs that can be consumed to override the DAG display
The text was updated successfully, but these errors were encountered: