Contact-points is not visible under notification in Prometheus AlertManager

Hii, I cannot see the contact points under notifications while creating Alert rule for Prometheus AlertManager.


I cannot create the contact points. Can someone help me with this issue? Is anything I need to add in alertmanager-config.yaml file?

Note
When using Prometheus, you can manage silences in the Grafana Alerting UI. However, other Alertmanager resources such as contact points, notification policies, and templates are read-only because the Prometheus Alertmanager HTTP API does not support updates for these resources.

Grafana is just a reverse proxy for your Alertmanager:

  1. If it’s Prometheus Alertmanager, not Mimir, you cannot manage the configuration via API
  2. If it’s Mimir Alertmanager, make sure the “Implementation” is selected correctly. Try set it to Prometheus and then re-set to Mimr.
  3. Try send requests directly to Alertmanager and see what it returns