Skip to content
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

[Infra UI] Add APM data endpoint #42169

Closed
simianhacker opened this issue Jul 29, 2019 · 3 comments
Closed

[Infra UI] Add APM data endpoint #42169

simianhacker opened this issue Jul 29, 2019 · 3 comments
Assignees
Labels
enhancement New value added to drive a business result Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.6.0

Comments

@simianhacker
Copy link
Member

Requirements

  • MUST have integration test to ensue APM doesn't break our charts (Similar to TSVB endpoint)
  • Post body should include timeRange.min, timeRange.max, filters
  • Response should be an array of objects that represent the service.name and then a data attribute that has the chart data for the Transactions Per Minute (split by response code) and Transaction Duration (with 95th and 99th percentiles)
  • APM data endpoint should query /api/apm/services (internally like TSVB) for the list of services. Then query /api/apm/{service.name}/transaction_groups/charts for the transaction data for each service.
@simianhacker simianhacker added enhancement New value added to drive a business result Feature:Metrics UI Metrics UI feature labels Jul 29, 2019
@simianhacker simianhacker self-assigned this Jul 29, 2019
@sgrodzicki sgrodzicki added the Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services label Aug 5, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/infra-logs-ui

@zube zube bot added [zube]: Inbox and removed [zube]: Ready labels Aug 5, 2019
simianhacker added a commit to simianhacker/kibana that referenced this issue Aug 5, 2019
- Closes elastic#42169
- Adds /api/infra/apm_metrics
- Adds makeInternalRequest method to Framwork library
- Adds scafolding for tests
- Removes duplicate version of Boom
- Adds tests
@LeeDr
Copy link

LeeDr commented Jan 16, 2020

We're past 7.6.0 Feature Freeze so if this isn't a bug it should probably bump to v7.7.0.

@simianhacker
Copy link
Member Author

I'm closing this because we decided to pull the APM feature that needed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.6.0
Projects
None yet
5 participants