Issue
mta.yaml
resources:
- name: dynatrace
type: org.cloudfoundry.existing-service
optional: true
as dynatrace is optional, in case it's not existing, the application should still start w/o telemetry
Suggested solution
Skip the telemetry setup if secrets binding is not found in VCAP_SERVCES env
Issue
mta.yaml
as dynatrace is optional, in case it's not existing, the application should still start w/o telemetry
Suggested solution
Skip the telemetry setup if secrets binding is not found in VCAP_SERVCES env