TP-55036 | Added alert for Krakatoa workflow failures while fetching grafana images and csv file (#356)
* TP-38709 | Merging the changes to master on the logfix * TP-55036 | Added alert for krakatoa failures if there are grafana errors or csv errors * TP-55036 | Fixed unit tests
This commit is contained in:
@@ -26,7 +26,7 @@ func main() {
|
||||
logger.InitLogger()
|
||||
appcontext.InitiateContext()
|
||||
appcontext.InitializeServices()
|
||||
prometheus.MustRegister(metrics.SlackChannelCreationFailureCounter, metrics.RCAGenerationFailureCounter, metrics.ConferenceFailureCounter)
|
||||
prometheus.MustRegister(metrics.SlackChannelCreationFailureCounter, metrics.RCAGenerationFailureCounter, metrics.KrakatoaWorkflowFailureCounter, metrics.ConferenceFailureCounter)
|
||||
|
||||
command := &cobra.Command{
|
||||
Use: "houston",
|
||||
|
||||
Reference in New Issue
Block a user