coalesce.go:200: 警告:通知程序 (map[]) 不能用非 table 覆盖 table

coalesce.go:200: warning: cannot overwrite table with non table for notifiers (map[])

在 grafana 图表中,我尝试添加通知程序并收到错误。通知程序配置如下:

notifiers: {}
    - name: email-notifier
      type: email
      uid: email1
      # either:
      org_id: 1
      # or
      org_name: Main Org.
      is_default: true
      settings:
        addresses: an_email_address@example.com

缺少关键部分

notifiers.yaml:

通知者:

notifiers: {}
  notifiers.yaml:
    notifiers:
    - name: email-notifier
      type: email
      uid: email1
      # either:
      org_id: 1
      # or
      org_name: Main Org.
      is_default: true
      settings:
        addresses: an_email_address@example.com