dreamfactory/df-exporter-prometheus

DreamFactory(tm) Metrics Exporter for 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

Adds export metrics about using the DreamFactory API.

Warning. This package is not compatible with df-mongo-logs.

Configuration

This package depends on the Redis cache. DreamFactory supports InMemory and Redis cache, but DreamFactory Exporter will only work if CACHE_DRIVER is redis.

Configurations for this package:

Metrics

# 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