Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.38 KB

MONACO.md

File metadata and controls

34 lines (22 loc) · 1.38 KB

❄️ Dynatrace Monaco

For more information see dynatrace-monitoring-as-code.

Configuration for the unguard managment zone is at monaco/management-zone. For setup, read the official Monaco docs.

❓ FAQ

Why is Unguard not recognized by Dynatrace anymore?

Redeploying the ingress can result in a new frontend hostname. Therefore, you have to update the application detection rule in Dynatrace manually.

To get the hostname run the following command:

kubectl get ingress -n unguard unguard-ingress -o=jsonpath='{.status.loadBalancer.ingress[0].hostname}'

License

Copyright 2023 Dynatrace LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.