-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
USE_SPAN_METRICS for latency graph on Feature flag #3172
Conversation
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.
Two important things.
- operations should be dynamic based on the top level opeartions API. It is hard-coded to single value. I am not sure if you did it for debugging or misunderstood the requirement. Let me know if you have any questions. Take a look the request rate to see how to do it.
- and they should be part of filter items in both traces (with different name as mentioned below) and metrics for latency graph.
It will be good to go when these two points are addressed. Thanks.
frontend/src/container/MetricsApplication/MetricsPageQueries/MetricsPageQueriesFactory.ts
Show resolved
Hide resolved
frontend/src/container/MetricsApplication/MetricsPageQueries/OverviewQueries.ts
Outdated
Show resolved
Hide resolved
frontend/src/container/MetricsApplication/MetricsPageQueries/OverviewQueries.ts
Outdated
Show resolved
Hide resolved
frontend/src/container/MetricsApplication/MetricsPageQueries/OverviewQueries.ts
Outdated
Show resolved
Hide resolved
frontend/src/container/MetricsApplication/MetricsPageQueries/OverviewQueries.ts
Outdated
Show resolved
Hide resolved
frontend/src/container/MetricsApplication/MetricsPageQueries/MetricsPageQueriesFactory.ts
Outdated
Show resolved
Hide resolved
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.
Thanks for addressing my comments. Overall LGTM. One minor comment.
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.
LGTM, Thanks.
frontend/src/container/MetricsApplication/Tabs/Overview/ServiceOverview.tsx
Outdated
Show resolved
Hide resolved
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.
small nit pix otherwise LGTM
Issue link: #1793