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:
Ajay Devarakonda
2024-01-23 19:02:47 +05:30
committed by GitHub
parent 45fce5521f
commit 0b9fca2b2f
8 changed files with 91 additions and 39 deletions

View File

@@ -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",