-
Notifications
You must be signed in to change notification settings - Fork 8.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
Traffic chart #83721
Traffic chart #83721
Conversation
const theme = useTheme(); | ||
const { serviceName } = useParams<{ serviceName?: string }>(); | ||
const { urlParams, uiFilters } = useUrlParams(); | ||
const transactionType = 'request'; |
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.
Hard-coding this as "request" until changes from #83587 are merged.
Pinging @elastic/apm-ui (Team:apm) |
Can you add a screenshot to the PR description please? 🙏 |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
merge conflict between base and head |
x-pack/plugins/apm/public/components/app/Main/route_config/index.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/apm/public/components/app/service_overview/service_overview_throughput_chart.tsx
Show resolved
Hide resolved
x-pack/plugins/apm/public/components/app/service_overview/service_overview_throughput_chart.tsx
Show resolved
Hide resolved
x-pack/plugins/apm/public/components/app/service_overview/service_overview_throughput_chart.tsx
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.
LGTM, just added some small comments
Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
💔 Build Failed
Failed CI StepsMetrics [docs]Module Count
Async chunks
Distributable file count
History
To update your PR or re-run it, just comment with: |
Replaced by #84439 |
Add the throughput (traffic) chart to the overview page.