gaows20 opened a new issue, #3234:
URL: https://github.com/apache/hertzbeat/issues/3234

   ### Is there an existing issue for this?
   
   - [x] I have searched the existing issues
   
   ### Current Behavior
   
   Webhook 回调通知参数不全,缺失endAt参数。
   
   收到的全部请求体如下:
   {
     "title": "🔔 HertzBeat Alert Notification",
     "status": "firing",
     "commonLabels": {
       "severity": "💛 Warning",
       "alertName": "XXXXXXXXXXX"
     },
     "alerts": [
       {
         "index": 1,
         "labels": {
           "severity": "warning",
           "instance": "XXXXXXXXXX",
           "instancename": "XXXXXXXXXXXXXX",
           "XXX": "XXXXXX",
           "alertname": "XXXXXXXX",
           "instancehost": "XXXXXXXXX"
         },
         "content": "XXXXXXXXXXXXXXXX",
         "triggerTimes": 4709,
         "startAt": "2025-04-08 09:52:27",
         ,
         "activeAt": "2025-04-11 18:03:01"
                   }
     ],
     "commonAnnotations": {
     }
   }
   
   ### Expected Behavior
   
   _No response_
   
   ### Steps To Reproduce
   
   _No response_
   
   ### Environment
   
   ```markdown
   HertzBeat version(s):1.7.0
   ```
   
   ### Debug logs
   
   _No response_
   
   ### Anything else?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to