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
Description:
The Distributed Message Tracer's List Widget fails to load data. This is due to the table created by Siddhi having camel case column names while the widget expects the data to have upper case column names. This causes the widget to fail to show the data in the table.
I cannot execute the Message Tracer sample in WSO2SP 4.4.0 as in Distributed Message Tracer documentation. After running the siddhi application and the simulation feed, the SpanTable is populated with data. In the Distributed Message Tracer's Search Widget the listboxes are populated with this data but when I click the Search button the Distributed Message Tracer's List Widget fails to load data with this errors:
bundle.js:110 [DEPRECATED] Widget 'OpenTracingSearch' extends from a deprecated version of the Widget (@wso2-dashboards/widget) class. Please use the newest version.
bundle.js:110 [DEPRECATED] Widget 'OpenTracingList' extends from a deprecated version of the Widget (@wso2-dashboards/widget) class. Please use the newest version.
bundle.js:126 Error: Unknown column name defined in the chart config.
at eval (eval at (bundle.js:98), :33:745707)
at Array.forEach ()
at eval (eval at (bundle.js:98), :33:745629)
at Array.forEach ()
at e.value (eval at (bundle.js:98), :33:745599)
at e.value (eval at (bundle.js:98), :33:744738)
at $o (bundle.js:126)
at Qo (bundle.js:126)
at Uo (bundle.js:126)
at jo (bundle.js:126)
Description:
The Distributed Message Tracer's List Widget fails to load data. This is due to the table created by Siddhi having camel case column names while the widget expects the data to have upper case column names. This causes the widget to fail to show the data in the table.
Suggested Labels:
Type/Bug
Suggested Assignees:
@ramindu90, @ksdperera
Affected Product Version:
SP 4.2.x, SP 4.3.0
OS, DB, other environment details and versions:
N/A
Steps to reproduce:
Related Issues:
N/A
The text was updated successfully, but these errors were encountered: