Skip to content

Commit 5f110fe

Browse files
committed
Added SimpleWorkFlow Entity
1 parent 96b3e52 commit 5f110fe

File tree

2 files changed

+190
-0
lines changed

2 files changed

+190
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
1+
---
2+
title: Amazon SimpleWorkFlow integration
3+
tags:
4+
- Integrations
5+
- Amazon integrations
6+
- AWS integrations list
7+
metaDescription: "New Relic's Amazon SimpleWorkFlow integration: what data it reports and how to enable it."
8+
---
9+
10+
[New Relic infrastructure integrations](/docs/infrastructure/integrations-getting-started/getting-started/introduction-infrastructure-integrations) include an integration for AWS SimpleWorkFlow, sending its metrics data to New Relic.
11+
12+
This document explains the integration's features, how to activate it, and what data can be reported.
13+
14+
## Features
15+
16+
Use our integration to collect and send telemetry data to New Relic from your [SimpleWorkFlow](https://aws.amazon.com/swf/). You can monitor your services, query incoming data, and build dashboards to observe everything at a glance.
17+
18+
## Activate integration
19+
20+
To enable this integration, see how to [connect AWS services to New Relic](/docs/infrastructure/amazon-integrations/connect/aws-metric-stream-setup/).
21+
22+
## Find and use data
23+
24+
To find your integration's metrics, go to **[one.newrelic.com](https://one.newrelic.com/all-capabilities)** > **Metrics and events** and filter by `aws.SimpleWorkFlow`.
25+
26+
## Metric data [#metrics]
27+
28+
This New Relic infrastructure integration collects the following Amazon SimpleWorkFlow data:
29+
30+
### SimpleWorkFlow Metric data
31+
32+
<table>
33+
<thead>
34+
<tr>
35+
<th style={{ width: "200px" }}>
36+
Metric (min, max, average, count, sum)
37+
</th>
38+
<th>
39+
Unit
40+
</th>
41+
<th>
42+
Description
43+
</th>
44+
</tr>
45+
</thead>
46+
<tbody>
47+
<tr>
48+
<td>
49+
`DecisionTaskScheduleToStartTime`
50+
</td>
51+
<td>
52+
Time
53+
</td>
54+
<td>
55+
The time interval, in milliseconds, between the time that the decision task was scheduled and when it was picked up by a worker and started.
56+
</td>
57+
</tr>
58+
<tr>
59+
<td>
60+
`DecisionTaskStartToCloseTime`
61+
</td>
62+
<td>
63+
Time
64+
</td>
65+
<td>
66+
The time interval, in milliseconds, between the time that the decision task was started and when it closed.
67+
</td>
68+
</tr>
69+
<tr>
70+
<td>
71+
`DecisionTasksCompleted`
72+
</td>
73+
<td>
74+
Count
75+
</td>
76+
<td>
77+
The count of decision tasks that have been completed.
78+
</td>
79+
</tr>
80+
<tr>
81+
<td>
82+
`PendingTasks`
83+
</td>
84+
<td>
85+
Count
86+
</td>
87+
<td>
88+
The count of pending tasks in a 1 minute interval for a specific Task List.
89+
</td>
90+
</tr>
91+
<tr>
92+
<td>
93+
`StartedDecisionTasksTimedOutOnClose`
94+
</td>
95+
<td>
96+
Count
97+
</td>
98+
<td>
99+
The count of decision tasks that started but timed out on closing.
100+
</td>
101+
</tr>
102+
<tr>
103+
<td>
104+
`WorkflowStartToCloseTime`
105+
</td>
106+
<td>
107+
Time
108+
</td>
109+
<td>
110+
The time, in milliseconds, between the time the workflow started and when it closed.
111+
</td>
112+
</tr>
113+
<tr>
114+
<td>
115+
`WorkflowsCanceled`
116+
</td>
117+
<td>
118+
Count
119+
</td>
120+
<td>
121+
The count of workflows that were canceled.
122+
</td>
123+
</tr>
124+
<tr>
125+
<td>
126+
`WorkflowsCompleted`
127+
</td>
128+
<td>
129+
Count
130+
</td>
131+
<td>
132+
The count of workflows that completed.
133+
</td>
134+
</tr>
135+
<tr>
136+
<td>
137+
`WorkflowsContinuedAsNew`
138+
</td>
139+
<td>
140+
Count
141+
</td>
142+
<td>
143+
The count of workflows that continued as new.
144+
</td>
145+
</tr>
146+
<tr>
147+
<td>
148+
`WorkflowsFailed`
149+
</td>
150+
<td>
151+
Count
152+
</td>
153+
<td>
154+
The count of workflows that failed.
155+
</td>
156+
</tr>
157+
<tr>
158+
<td>
159+
`WorkflowsTerminated`
160+
</td>
161+
<td>
162+
Count
163+
</td>
164+
<td>
165+
The count of workflows that were terminated.
166+
</td>
167+
</tr>
168+
<tr>
169+
<td>
170+
`WorkflowsTimedOut`
171+
</td>
172+
<td>
173+
Count
174+
</td>
175+
<td>
176+
The count of workflows that timed out, for any reason.
177+
</td>
178+
</tr>
179+
</tbody>
180+
</table>
181+
182+
All imported data has one dimension: `Domain`
183+
184+
### Create alerts
185+
186+
You can set up alerts to notify you if there are any changes. For example, you can set up an alert to notify relevant parties of critical or fatal errors.
187+
188+
Learn more about creating alerts [here](/docs/alerts-applied-intelligence/new-relic-alerts/get-started/your-first-nrql-condition/).

src/nav/infrastructure.yml

+2
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@ pages:
381381
path: /docs/infrastructure/amazon-integrations/aws-integrations-list/aws-security-lake-monitoring-integration
382382
- title: SES integration
383383
path: /docs/infrastructure/amazon-integrations/aws-integrations-list/aws-simple-email-service-ses-monitoring-integration
384+
- title: Simple Workflow integration
385+
path: /docs/infrastructure/amazon-integrations/aws-integrations-list/amazon-simpleworkflow-monitoring-integration
384386
- title: SNS integration
385387
path: /docs/infrastructure/amazon-integrations/aws-integrations-list/aws-sns-monitoring-integration
386388
- title: SQS integration

0 commit comments

Comments
 (0)