New Relic · Arazzo Workflow
New Relic Application Health Triage
Version 1.0.0
Resolve an app, branch on health status, and pull recent metric data.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
application-health-triage
Resolve an app and branch on whether it is reporting.
Looks up the application by name, captures its id and reporting state, and either retrieves metric data when reporting or enumerates hosts when not reporting.
1
resolveApplication
getApplications
Resolve the application by exact name to obtain its id and reporting status for branching.
2
getMetricData
getApplicationsIdMetricsData
Retrieve recent metric data for the reporting application to assess current performance.
3
listHosts
getApplicationsIdHosts
List the application's hosts to diagnose why the application is not reporting any data.