Add several email address in alertmanager.yml

Hi,

May I know how to add more email receivers in to field of alertmanager.yml?

receivers:
- name: 'default-receiver'
  email_configs:
  - send_resolved: true
    to: '1st email address' (where should I put the rest ones)

Thanks.

Just comma-separate them like:

to: 'email1@domain.com, email2@domain.com'

See here as your question is not about Grafana but Prometheus: