8.2. APIcast 与 Prometheus 集成
以下部署选项提供了与 Prometheus 的 APIcast 集成:
- 自我管理 APIcast - 带 3scale 托管或内部 API 管理器。
- 3scale 内部部署的嵌入式 APIcast.
托管 API Manager 和托管的 APIcast 不提供与 Prometheus 的 APIcast 集成。
默认情况下,Prometheus 可以监控 表 8.2 “3scale API 管理 APIcast 的 Prometheus 默认指标” 中列出的 APIcast 指标。
8.2.1. 其他选项
另外,如果您有集群管理员对 OpenShift 集群的访问权限,您可以扩展 total_response_time_seconds
, upstream_response_time_seconds
, and upstream_status
metrics to include service_id
和 service_system_name
标签。要扩展这些指标,使用以下命令将 APICAST_EXTENDED_METRICS
OpenShift 环境变量设置为 true :
oc set env dc/apicast APICAST_EXTENDED_METRICS=true
如果您使用 3scale Batcher 策略(在 第 3.1.3 节 “3scale API 管理 Batcher” 中介绍),Prometheus 还可以监控 表 8.3 “3scale API 管理 APIcast 批处理策略的 Prometheus Metrics” 中列出的指标。
如果指标没有值,Prometheus 会隐藏指标数据。例如,如果 nginx_error_log
没有报告错误,Prometheus 不会显示 nginx_error_log
指标。nginx_error_log
指标只有在有值时才可见。
其他资源
有关 Prometheus 的详情,请参考 Prometheus: Getting Started。