Opsgenie 警示通道
若要即時將警示通知從 Instana 傳送至 Opsgenie ,請建立 Opsgenie 警示通道。
警示
您現在可以將警示傳送至 Opsgenie! 若要配置,請移至「設定> 團隊設定> 事件與警示> 警示通道> 新增警示通道」。

在已配置 API 金鑰的協助下,會通知下列 Opsgenie 事件。
開啟問題/發生事件
{
"message": "Garbage Collection Activity High (11%)",
"description": "https://XXXXXXX/#/?snapshotId=rjhkZXdNzegliVVEswMScGNn0YY",
"tags": "OPSGENIE_TAGS",
"alias": "53650436-8e35-49a3-a610-56b442ae7620",
"note": "Suggestion: Tune your Garbage Collector, reduce allocation rate through code changes",
"priority": "P3",
"details": {
"Zone": "prod",
"FQDN / Host": "host1.demo.com",
"Entity": "jvm",
"Entity Label": "Test jvm",
"Tags": "production, documents, elasticsearch"
}
}
在關閉問題/發生事件時
解決方案通知會傳送至具有對應問題/發生事件 ID 的 Opsgenie。
離線/線上/變更事件
{
"message": "offline",
"description": "https://XXXXXXX/#/?snapshotId=rjhkZXdNzegliVVEswMScGNn0YY",
"tags": "OPSGENIE_TAGS",
"alias": "53650436-a335-49a3-a610-56b442ae7620",
"note": "Suggestion: Docker container on Host host1.demo.com",
"priority": "P4",
"details": {
"Zone": "prod",
"FQDN / Host": "host1.demo.com",
"Entity": "Docker Container",
"Entity Label": "postgres:10",
"Tags": "production, documents"
}
}