New Relic · Arazzo Workflow
New Relic Host Metric Drilldown
Version 1.0.0
Resolve an app, pick a host, list its metric names, and pull metric data.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
host-metric-drilldown
Drill from an app to a host to its metric data.
Resolves the application id by name, selects a host from the application's host list, lists the metric names on that host, and retrieves metric data for the requested names.
1
resolveApplication
getApplications
Resolve the application id by exact name.
2
listHosts
getApplicationsIdHosts
List the application's hosts and capture the first host id to drill into.
3
listHostMetrics
getApplicationsIdHostsHostIdMetrics
List the metric names available on the selected host so the caller can see what is measurable before requesting data.
4
getHostMetricData
getApplicationsIdHostsHostIdMetricsData
Retrieve summarized metric data for the requested metric names on the selected host.