Keptn CLI reports:
Configure monitoring failed. dynatrace-service: cannot handle event: could not get configuration: could not find resource: 'dynatrace/dynatrace.conf.yaml' of project 'dashboard-config-test'
Likely cause:
- The CLI command
keptn configure monitoring dynatrace --project <project-name>
was run before adding adynatrace/dynatrace.conf.yaml
to the Keptn project
Suggested solution:
- Create a
dynatrace/dynatrace.conf.yaml
file on the project level. See Configuring the dynatrace-service withdynatrace/dynatrace.conf.yaml
. - Following this, re-run
keptn configure monitoring dynatrace --project <project-name>