opensearch-project / dashboards-observability

Visualize and explore your logs, traces and metrics data in OpenSearch Dashboards
https://opensearch.org/docs/latest/observability-plugin/index/
Apache License 2.0
14 stars 51 forks source link

[FEATURE] Correct Labels on Jaeger mode to follow RED metrics standard and add Duration mode for dashboard #286

Open derek-ho opened 1 year ago

derek-ho commented 1 year ago

Is your feature request related to a problem? In order to follow the RED metrics standard for traces, rename latency -> duration and error rate -> errors. Additionally we need to add a "duration" toggle to follow RED metrics completely. We need to decide which core stats should be present on all of the modes, and which are mode specific (or as much info as possible present on all modes). Additionally, we need to decide what will fill the main graph of the "duration" mode -> will it be average duration? Average duration of the top 5 slowest service/operation combos? This should be clear to the user

What solution would you like? A clear and concise description of what you want to happen.

What alternatives have you considered? A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context? Add any other context or screenshots about the feature request here.

derek-ho commented 1 year ago

@kavck / Nitin, please add some comments here regarding the open questions to solve this issue

derek-ho commented 1 year ago

284