moira icon indicating copy to clipboard operation
moira copied to clipboard

GetTriggerEvaluationResult may return TimeSeries with StepTime equal to 0

Open kamaev opened this issue 5 years ago • 0 comments

https://github.com/moira-alert/moira/blob/6a740094d6dcc91673d6e2263e54371017e60daa/api/controller/trigger_metrics.go#L68

GET http:// moira_api/api/trigger/4da2e01c-3e01-469c-a247-ad5da36bbbb3/metrics HTTP/1.0\ from by kamaev - 500 67B in 2.958639ms - Panic: runtime error: integer divide by zero
	/usr/local/go/src/runtime/debug/stack.go:24 +0xa7
	/go/src/github.com/moira-alert/moira/api/middleware/logger.go:46 +0x185
runtime/debug.Stack(0xbf1f00e8673d977d, 0xe35b18d07b1, 0x187c2e0)
github.com/moira-alert/moira/api/middleware.RequestLogger.func1.1.1(0x10717a0, 0xc00044c200, 0xc00036e200, 0xc0000a3c80, 0xbf1f00e8673d977d, 0xe35b18d07b1, 0x187c2e0)
	/usr/local/go/src/runtime/panic.go:513 +0x1b9
panic(0xe206e0, 0x1866360)
	/go/src/github.com/moira-alert/moira/metric_source/metric_data.go:50
github.com/moira-alert/moira/metric_source.(*MetricData).GetTimestampValue(...)
	/go/src/github.com/moira-alert/moira/api/controller/trigger_metrics.go:68 +0x81f

kamaev avatar Mar 27 '19 15:03 kamaev