To view the alarm history of Prometheus monitoring service, you typically use the Prometheus web UI or Grafana dashboards if integrated.
In Prometheus web UI:
http://<prometheus-server-address>:9090.For more comprehensive historical data and better visualization:
Example: Suppose you want to see all instances where a CPU usage alert was triggered in the last week. In Grafana, you would set the time range to "Last 7 days" and use a PromQL query like increase(cpu_usage_alert[7d]) > 0 to visualize or list these occurrences.
If you're using cloud services, consider leveraging Tencent Cloud's monitoring services which offer integration with Prometheus and Grafana for enhanced monitoring and alerting capabilities.