기술 자료

지원

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.
    Review and adjust the default daily cap of 200 GB that is configured for this Log Analytics workspace.
  • A few metric-based Azure Monitor alert rules. Read more about monitoring integration for alert rules.
  • The
    kube-prometheus-stack
    and
    Loki
    services. In particular, the
    Loki
    service 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:
    1. Obtain the Grafana admin credentials from the Kubernetes secret
      prometheus-grafana
      in the
      asset-solutions
      namespace.
    2. To establish a port-forwarding session, run this command:
      kubectl port-forward -n asset-solutions service/prometheus-grafana 8080:80
    3. In the browser, enter this URL and sign in using the Grafana admin credentials:
      http://localhost:8080/grafana/explore
  • Percona Monitoring and Management services, for MongoDB maintenance tasks.