We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff4251 commit cd8df3bCopy full SHA for cd8df3b
pkg/investigations/mapping/mapping.go
@@ -12,6 +12,9 @@ import (
12
)
13
14
// GetInvestigation will return the investigation function for the identified alert
15
+//
16
+// Please note that when adding an investigation the name and the directory need to be the same,
17
+// so that backplane-api can fetch the metadata.yaml
18
func GetInvestigation(alertTitle string) *investigation.Investigation {
19
// We currently map to the alert by using the title, we should use the name in the alert note in the future.
20
// This currently isn't feasible yet, as CPD's alertmanager doesn't allow for the field to exist.
0 commit comments