跳转到主要内容

导出 Prometheus 指标

项目描述

摘要

导出 Prometheus 指标。

此立方体提供了一个金字塔式渐变,当激活时,将收集在 pyramid.ini 设置中配置的指标,并在路由 /metrics 上公开它们。

配置

在 pyramid.ini 中包含您想要的指标

prometheus.pyramid.http_requests = True
prometheus.pyramid.current_requests = True
prometheus.pyramid.slow_routes = True
prometheus.pyramid.time_routes = True
prometheus.pyramid.count_routes = True

prometheus.cubicweb.sql.time = Histogram
prometheus.cubicweb.rql.time = Histogram
...

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。

源分布

上传时间:

打包分布

上传时间: Python 3

由以下支持