Main to dev (#2108)
Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com> Co-authored-by: GitHub Actions <actions@github.com> Co-authored-by: Michael Derynck <michael.derynck@grafana.com> Co-authored-by: eldin <33036213+nikoalch@users.noreply.github.com> Co-authored-by: Matias Bordese <mbordese@gmail.com> Co-authored-by: chrisharbro <102977229+chrisharbro@users.noreply.github.com> Co-authored-by: Joey Orlando <joey.orlando@grafana.com> Co-authored-by: Ildar Iskhakov <Ildar.iskhakov@grafana.com>
This commit is contained in:
parent
ea9b7a6331
commit
971ef576ae
4 changed files with 5 additions and 5 deletions
|
|
@ -20,7 +20,7 @@ OnCall helps ensure that alert notifications reach the right people, at the righ
|
|||
|
||||
The following diagram details an example alert workflow with Grafana OnCall:
|
||||
|
||||
<img src="/static/img/docs/oncall/oncall-alertworkflow.png" class="no-shadow" width="700px">
|
||||
<img src="/static/img/docs/oncall/oncall-alert-workflow.png" class="no-shadow" width="700px">
|
||||
|
||||
These procedures introduce you to initial Grafana OnCall configuration steps, including monitoring system integration,
|
||||
how to set up escalation chains, and how to set up calendar for on-call scheduling.
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ within integrations.
|
|||
You could check pre-configured templates in the list of avaliable integrations (Integrations ->
|
||||
"New integration to receive alerts"), create your own or adjust existing.
|
||||
|
||||
Read more about Jinja2 templating used in OnCall [here]({{< relref "jinja2-templating" >}}).
|
||||
Read more about Jinja2 templating used in OnCall [here]({{< relref "../jinja2-templating" >}}).
|
||||
|
||||
Alert flow within integration:
|
||||
|
||||
|
|
|
|||
|
|
@ -308,7 +308,7 @@ class AlertGroupView(
|
|||
pagination_class = TwentyFiveCursorPaginator
|
||||
|
||||
filter_backends = [SearchFilter, AlertGroupFilterBackend]
|
||||
search_fields = ["public_primary_key", "inside_organization_number", "web_title_cache"]
|
||||
# search_fields = ["=public_primary_key", "=inside_organization_number", "web_title_cache"]
|
||||
|
||||
filterset_class = AlertGroupFilter
|
||||
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ apiVersion: v2
|
|||
name: oncall
|
||||
description: Developer-friendly incident response with brilliant Slack integration
|
||||
type: application
|
||||
version: 1.2.28
|
||||
appVersion: v1.2.28
|
||||
version: 1.2.36
|
||||
appVersion: v1.2.36
|
||||
dependencies:
|
||||
- name: cert-manager
|
||||
version: v1.8.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue