PagerDuty 警报通道

了解如何从 Instana 向 PagerDuty.To 发送警报通知,从 Instana 向 PagerDuty 实时发送警报通知,并创建 PagerDuty 警报通道

创建一个 PagerDuty 警报频道

要创建一个 PagerDuty 警报通道,请在 Instana 用户界面中点击“设置” > “全局设置” > “事件与警报 ” > “警报通道 > “添加警报通道”。

PagerDuty 警报通道

有关 PagerDuty 集成的更多信息,请参阅 PagerDuty 文档

警报示例

创建警报通道后,将在配置的服务集成密钥的帮助下通知以下 PagerDuty 事件的警报。

请参阅以下示例:

关于未解决的问题或事件

{
  "client": "Instana",
  "client_url": "https://XXXXXXX/#/?snapshotId=rjhkZXdNzegliVVEswMScGNn0YY",
  "description": "Garbage Collection Activity High (11%)",
  "event_type": "trigger",
  "incident_key": "53650436-8e35-49a3-a610-56b442ae7620",
  "service_key": "XXXXXXXXXXXX",
  "details": {
    "suggestion solution": "Tune your Garbage Collector, reduce allocation rate through code changes",
    "link to component": "https://XXXXXXX/#/?snapshotId=rjhkZXdNzegliVVEswMScGNn0YY",
    "zone": "prod",
    "FQDN / Host": "host1.demo.com",
    "entity type": "jvm",
    "entity label": "Test jvm",
    "tags": "production, documents, elasticsearch"
  }
}

关于已解决的问题或事件

将使用相应的问题或突发事件标识向 PagerDuty 发送指示问题或突发事件已解决的解决通知。

在线、离线或变更事件

{
  "client": "Instana",
  "client_url": "https://XXXXXXX/#/?snapshotId=rjhkZXdNzegliVVEswMScGNn0YY",
  "description": "offline",
  "event_type": "trigger",
  "service_key": "XXXXXXXXXXXX",
  "details": {
    "description": "Docker container on Host host1.demo.com",
    "link to component": "https://XXXXXXX/#/?snapshotId=rjhkZXdNzegliVVEswMScGNn0YY",
    "zone": "prod",
    "FQDN / Host": "host1.demo.com",
    "entity type": "Docker Container",
    "entity label": "postgres:10",
    "tags": "production, documents"
  }
}