keptn / tutorials

Keptn tutorials site
https://tutorials.keptn.sh/
Apache License 2.0
9 stars 22 forks source link

Update Keptn tutorial to Dynatrace Service 0.19.0 #217

Closed oleg-nenashev closed 1 year ago

oleg-nenashev commented 2 years ago

https://github.com/keptn-contrib/dynatrace-service/releases/tag/0.19.0 introduces a breaking change than will impact those who pass the Dynatrace tutorial. The global configuration is not set, so attempts to configure monitoring end up with the missing configuration file:

Configure monitoring failed. dynatrace-service: could not find resource: 'dynatrace/dynatrace.conf.yaml'

The file needs to be added to all stages, not to main. With the current configuration the tutorial will fail. A resource needs to be added using Keptn CLI (keptn add-resources)

https://tutorials.keptn.sh/tutorials/keptn-full-tour-dynatrace-011/index.html?index=..%2F..index#11