# Part I - Prometheus基础

- [第1章 天降奇兵](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/quickstart.md)
- [Prometheus简介](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/quickstart/why-monitor.md)
- [初识Prometheus](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/quickstart/prometheus-quick-start.md)
- [安装Prometheus Server](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/quickstart/prometheus-quick-start/install-prometheus-server.md)
- [使用Node Exporter采集主机数据](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/quickstart/prometheus-quick-start/use-node-exporter.md)
- [使用PromQL查询监控数据](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/quickstart/prometheus-quick-start/promql_quickstart.md)
- [监控数据可视化](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/quickstart/prometheus-quick-start/use-grafana-create-dashboard.md)
- [任务和实例](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/quickstart/prometheus-job-and-instance.md)
- [Prometheus核心组件](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/quickstart/prometheus-arch.md)
- [小结](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/quickstart/summary.md)
- [第2章 探索PromQL](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/promql.md)
- [理解时间序列](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/promql/what-is-prometheus-metrics-and-labels.md)
- [Metrics类型](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/promql/prometheus-metrics-types.md)
- [初识PromQL](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/promql/prometheus-query-language.md)
- [PromQL操作符](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/promql/prometheus-promql-operators-v2.md)
- [PromQL聚合操作](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/promql/prometheus-aggr-ops.md)
- [PromQL内置函数](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/promql/prometheus-promql-functions.md)
- [在HTTP API中使用PromQL](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/promql/prometheus-promql-with-http-api.md)
- [最佳实践：4个黄金指标和USE方法](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/promql/prometheus-promql-best-praticase.md)
- [小结](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/promql/summary.md)
- [第3章 Prometheus告警处理](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert.md)
- [Prometheus告警简介](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/prometheus-alert-manager-overview.md)
- [自定义Prometheus告警规则](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/prometheus-alert-rule.md)
- [部署AlertManager](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/install-alert-manager.md)
- [Alertmanager配置概述](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/alert-manager-config.md)
- [基于标签的告警处理路由](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/alert-manager-route.md)
- [使用Receiver接收告警信息](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/alert-manager-use-receiver.md)
- [集成邮件系统](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/alert-manager-use-receiver/alert-with-smtp.md)
- [集成Slack](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/alert-manager-use-receiver/alert-with-slack.md)
- [集成企业微信](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/alert-manager-use-receiver/alert-with-wechat.md)
- [集成钉钉：基于Webhook的扩展](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/alert-manager-use-receiver/alert-manager-extension-with-webhook.md)
- [告警模板详解](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/alert-template.md)
- [屏蔽告警通知](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/alert-manager-inhibit.md)
- [使用Recoding Rules优化性能](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/prometheus-recoding-rules.md)
- [小结](https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu/alert/summary.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hezhiqiang.gitbook.io/prometheus/parti-prometheus-ji-chu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
