dynatrace-oss / dynatrace-gcp-monitor

Dynatrace integration for Google Cloud Platform monitoring

Home Page:https://www.dynatrace.com/support/help/technology-support/cloud-platforms/google-cloud-platform/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not provide custom URL as a tenant URL

lkoniecki opened this issue · comments

See: https://github.com/dynatrace-oss/dynatrace-gcp-function/blob/master/scripts/setup.sh

while ! [[ "${DYNATRACE_URL}" =~ ^https:\/\/[a-z0-9-]{8}\.(live|sprint|dev)\.(dynatrace|dynatracelabs)\.com\/$ ]]; do read -p "Enter Dynatrace tenant URI: " DYNATRACE_URL done

script supports only SaaS tenant URLs. It does not support custom Cluster AG URL for managed.

Thanks for reporting the fix is already on PR waiting for review