mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +00:00 
			
		
		
		
	integration: Update topic & content of grafana webhook.
Sending to a topic based on the number of firing alerts makes no sense, and leads to conversations and alerts scattered randomly across topics based on how on fire the alerting is. Send a separate message for each alert in the Grafana webhook payload, with the alert's name as its topic; if no alert name can be found, fall back to the alert's fingerprint. Also include all alert values in the body of the message, along with links to the alert generator, silence, and image, if available. Co-authored-by: Alex Vandiver <alexmv@zulip.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							18067794ae
						
					
				
				
					commit
					fc2aac6baa
				
			| @@ -758,7 +758,7 @@ DOC_SCREENSHOT_CONFIG: Dict[str, List[BaseScreenshotConfig]] = { | ||||
|     "gocd": [ScreenshotConfig("pipeline.json")], | ||||
|     "gogs": [ScreenshotConfig("pull_request__opened.json")], | ||||
|     "gosquared": [ScreenshotConfig("traffic_spike.json", image_name="000.png")], | ||||
|     "grafana": [ScreenshotConfig("alert_v7.json")], | ||||
|     "grafana": [ScreenshotConfig("alert_values_v11.json")], | ||||
|     "greenhouse": [ScreenshotConfig("candidate_stage_change.json", image_name="000.png")], | ||||
|     "groove": [ScreenshotConfig("ticket_started.json")], | ||||
|     "harbor": [ScreenshotConfig("scanning_completed.json")], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user