-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Enable limited trace analytics feature on raw jaeger indices #1336
Conversation
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
…o HEAD Signed-off-by: Derek Ho <[email protected]>
…ges to work with this framework Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
…e on out Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Codecov Report
@@ Coverage Diff @@
## 2.x #1336 +/- ##
=============================================
+ Coverage 41.89% 70.10% +28.21%
Complexity 315 315
=============================================
Files 302 46 -256
Lines 17849 2482 -15367
Branches 4332 253 -4079
=============================================
- Hits 7477 1740 -5737
+ Misses 10199 600 -9599
+ Partials 173 142 -31
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
…aeger Signed-off-by: Derek Ho <[email protected]>
...oards-observability/public/components/trace_analytics/components/common/helper_functions.tsx
Show resolved
Hide resolved
...oards-observability/public/components/trace_analytics/components/common/helper_functions.tsx
Show resolved
Hide resolved
...s-observability/public/components/trace_analytics/components/common/plots/error_rate_plt.tsx
Show resolved
Hide resolved
<ErrorRatePlt | ||
items={errorRatePltItems} | ||
setStartTime={setStartTime} | ||
setEndTime={setEndTime} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing the new attributes? or some are not required?
dashboards-observability/public/components/trace_analytics/components/dashboard/mode_picker.tsx
Show resolved
Hide resolved
// } else { | ||
// setMode('none'); | ||
// } | ||
// }, [jaegerIndicesExist, dataPrepperIndicesExist]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove if not needed
import React, { useEffect, useState } from "react"; | ||
import { TraceAnalyticsMode } from "../../home"; | ||
|
||
export type mode = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is this used?
setMode(choice.key); | ||
setSelected(choice.key); | ||
setPopoverIsOpen(false); | ||
sessionStorage.setItem('TraceAnalyticsMode', choice.key); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should mode be persisted over different sessions? or it's common for users to use both data prepper and jaeger indices
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Description
Issues Resolved
opensearch-project/dashboards-observability#83
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.