Alerting: Update alerting cue definitions (#104053)
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com>
This commit is contained in:
co-authored by
Yuri Tseretyan
parent
8d883ecda1
commit
c174c855c3
@@ -0,0 +1,16 @@
|
||||
package v0alpha1
|
||||
|
||||
ReceiverSpec: {
|
||||
title: string
|
||||
integrations: [...#Integration]
|
||||
}
|
||||
|
||||
#Integration: {
|
||||
uid?: string
|
||||
type: string
|
||||
disableResolveMessage?: bool
|
||||
settings: {
|
||||
[string]: _
|
||||
}
|
||||
secureFields?: [string]: bool
|
||||
}
|
||||
Reference in New Issue
Block a user