update integration heartbeat description to use 'alert group' instead of 'incident' (#1576)
## Which issue(s) this PR fixes  ## Checklist - [ ] Tests updated (N/A) - [ ] Documentation added (N/A) - [x] `CHANGELOG.md` updated
This commit is contained in:
parent
d8bfc626de
commit
35fb5ff695
2 changed files with 5 additions and 4 deletions
|
|
@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Updated wording in some Slack messages to use 'Alert Group' instead of 'Incident' ([1565](https://github.com/grafana/oncall/pull/1565))
|
- Updated wording throughout plugin to use 'Alert Group' instead of 'Incident' ([1565](https://github.com/grafana/oncall/pull/1565),
|
||||||
|
[1576](https://github.com/grafana/oncall/pull/1576))
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -85,11 +85,11 @@ const HeartbeatForm = observer(({ alertReceveChannelId, onUpdate }: HeartBeatMod
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<p>
|
<p>
|
||||||
A heartbeat acts as a healthcheck for incident monitoring. You can configure OnCall to regularly send alerts to
|
A heartbeat acts as a healthcheck for alert group monitoring. You can configure OnCall to regularly send alerts
|
||||||
the heartbeat endpoint. If you don't receive one of these alerts, OnCall will issue an incident.
|
to the heartbeat endpoint. If you don't receive one of these alerts, OnCall will issue an alert group.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<span>OnCall will issue an incident if no alert is received every</span>
|
<span>OnCall will issue an alert group if no alert is received every</span>
|
||||||
<WithPermissionControlTooltip userAction={UserActions.IntegrationsWrite}>
|
<WithPermissionControlTooltip userAction={UserActions.IntegrationsWrite}>
|
||||||
<Select
|
<Select
|
||||||
className={cx('select', 'timeout')}
|
className={cx('select', 'timeout')}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue