Revision c0cc85b5f150fb6df5b6f262bcd48a215109f271 authored by aimuz on 19 October 2022, 04:17:37 UTC, committed by GitHub on 19 October 2022, 04:17:37 UTC
This change adds new functionality to the wecom alerting contact point. In addition to a webhook address, you can now send alerts to the wecom apiapp endpoint.

Based on https://github.com/grafana/grafana/discussions/55883

Signed-off-by: aimuz <mr.imuz@gmail.com>
1 parent b2408dd
Raw File
dashboards.yaml
apiVersion: 1

providers:
 - name: 'gdev dashboards'
   folder: 'gdev dashboards'
   folderUid: ''
   type: file
   allowUiUpdates: false
   updateIntervalSeconds: 60
   options:
     path: devenv/dev-dashboards
back to top