-
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
[Infra UI] Add APM data endpoint #42169
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
added
enhancement
New value added to drive a business result
Feature:Metrics UI
Metrics UI feature
labels
Jul 29, 2019
3 tasks
1 task
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
Pinging @elastic/infra-logs-ui |
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
4 tasks
We're past 7.6.0 Feature Freeze so if this isn't a bug it should probably bump to v7.7.0. |
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
Requirements
timeRange.min
,timeRange.max
,filters
service.name
and then adata
attribute that has the chart data for the Transactions Per Minute (split by response code) and Transaction Duration (with 95th and 99th percentiles)/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.The text was updated successfully, but these errors were encountered: