Skip to content

ContactPoint🔗

EmbeddedContactPoint is the contact point type that is used

by grafanas embedded alertmanager implementation.

Definition🔗

public class ContactPoint {
  public Boolean disableResolveMessage;
  public String name;
  public String provenance;
  public Object settings;
  public ContactPointType type;
  public String uid;
}

See also🔗