Monitor your solution in Microsoft Azure
Access the logs and metrics
읽는 시간 1분최근 업데이트: 4일 전
The Unity Private Cloud solution provides a set of monitoring building blocks that can be used as is or integrated into a centralized monitoring system. These blocks are included:
-
A dedicated Log Analytics workspace. Azure Platform as a Service (PaaS) resources send their diagnostic logs into this workspace.
- A few metric-based Azure Monitor alert rules. Read more about monitoring integration for alert rules.
-
The and
kube-prometheus-stackservices. In particular, theLokiservice collects the container logs that you can view in the Grafana interface. To access the Grafana interface, use port forwarding because, by default, the interface isn't exposed outside of the cluster:Loki-
Obtain the Grafana admin credentials from the Kubernetes secret in the
prometheus-grafananamespace.asset-solutions -
To establish a port-forwarding session, run this command:
kubectl port-forward -n asset-solutions service/prometheus-grafana 8080:80
-
In the browser, enter this URL and sign in using the Grafana admin credentials:
http://localhost:8080/grafana/explore
-
Obtain the Grafana admin credentials from the Kubernetes secret
- Percona Monitoring and Management services, for MongoDB maintenance tasks.