You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/src/site/markdown/DG_SLAMonitoring.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,6 @@ In versions earlier than 4.x, this was a passive feature where users needed to q
19
19
to fetch the records regarding job status changes, and use their own custom calculation engine to compute
20
20
whether SLA was met or missed, based on initial definition of time limits.
21
21
22
-
Oozie now also has a SLA tab in the Oozie UI, where users can query for SLA information and have a summarized view
23
-
of how their jobs fared against their SLAs.
24
-
25
22
26
23
## Oozie Server Configuration
27
24
@@ -118,7 +115,7 @@ is much more compact and meaningful, getting rid of redundant and unused tags.
118
115
*`should-end`: Relative to `nominal-time` this is the amount of time (along with time-unit - MINUTES, HOURS, DAYS) within which your job should *finish* to meet SLA.
119
116
*`max-duration`: This is the maximum amount of time (along with time-unit - MINUTES, HOURS, DAYS) your job is expected to run. This is optional.
120
117
*`alert-events`: Specify the types of events for which **Email** alerts should be sent. Allowable values in this comma-separated list are start_miss, end_miss and duration_miss. *_met events can generally be deemed low priority and hence email alerting for these is not necessary. However, note that this setting is only for alerts via *email* alerts and not via JMS messages, where all events send out notifications, and user can filter them using desired selectors. This is optional and only applicable when alert-contact is configured.
121
-
*`alert-contact`: Specify a comma separated list of email addresses where you wish your alerts to be sent. This is optional and need not be configured if you just want to view your job SLA history in the UI and do not want to receive email alerts.
118
+
*`alert-contact`: Specify a comma separated list of email addresses where you wish your alerts to be sent. This is optional and need not be configured if you do not want to receive email alerts.
122
119
123
120
NOTE: All tags can be parameterized as a EL function or a fixed value.
124
121
@@ -167,7 +164,6 @@ can be applied to and embedded under Workflow-Action as well as Coordinator-Acti
167
164
168
165
SLA information is accessible via the following ways:
169
166
170
-
* Through the SLA tab of the Oozie Web UI.
171
167
* JMS messages sent to a configured JMS provider for instantaneous tracking.
172
168
* RESTful API to query for SLA summary.
173
169
* As an `Instrumentation.Counter` entry that is accessible via RESTful API and reflects to the number of all SLA tracked external
0 commit comments