dreamfactory/df-exporter-prometheus

DreamFactory Prometheus 指标导出器

1.1.0 2023-03-01 08:51 UTC

This package is auto-updated.

Last update: 2024-08-29 11:51:13 UTC


README

添加使用 DreamFactory API 的指标导出功能。

警告。此包与 df-mongo-logs 不兼容。

配置

此包依赖于 Redis 缓存。DreamFactory 支持 InMemory 和 Redis 缓存,但 DreamFactory 导出器仅在 CACHE_DRIVER 设置为 redis 时才能工作。

此包的配置

指标

# HELP dreamfactory_api_requests_total The total amount of API requests processed
# TYPE dreamfactory_api_requests_total counter
# HELP php_info Information about the PHP environment.
# TYPE php_info gauge