PHP-FPM Exporter vs Grafana Tempo

A side-by-side comparison of two self-hosted monitoring & status options — licensing, setup difficulty, resource needs, and what each one replaces.

Not the right match-up?
FeaturePHP-FPM ExporterGrafana Tempo
Deploy effortUnder-an-hour setupUnder-an-hour setup
Health score42 · Fair90 · Excellent
CategoryMonitoring & StatusMonitoring & Status
LicenseMITAGPL-3.0
LanguageGoGo
Setup difficultyEasyMedium
Min. RAM64 MB512 MB
Deploymentdocker, binary, kubernetesdocker, kubernetes, helm
GitHub stars★ 720★ 5,487
First released20172020
ReplacesNew Relic PHP, Datadog APMDatadog APM

What are PHP-FPM Exporter and Grafana Tempo?

PHP-FPM Exporter

PHP-FPM Exporter scrapes the PHP-FPM status page and exposes pool metrics such as active processes, request queue length, and slow requests as Prometheus metrics. It helps operators monitor PHP application worker health.

  • FPM pool process metrics
  • Slow request tracking
  • Single static binary
  • Works with multiple pools

Grafana Tempo

Grafana Tempo is a high-scale distributed tracing backend that requires only object storage and integrates with Grafana, Loki, and Prometheus. It indexes only trace IDs to keep operation simple and cheap.

  • Object-storage-only backend
  • Cheap large-scale tracing
  • Grafana integration
  • TraceQL query language

Read the full Grafana Tempo guide →

PHP-FPM Exporter vs Grafana Tempo: key differences

Both projects are written in Go. Licensing differs — MIT for PHP-FPM Exporter versus AGPL-3.0 for Grafana Tempo. PHP-FPM Exporter is the lighter option, starting around 64 MB of RAM against 512 MB for Grafana Tempo. PHP-FPM Exporter is the more established project (first released 2017), while Grafana Tempo arrived in 2020. Grafana Tempo has the considerably larger community, at 5,487 GitHub stars versus 720.

Why pick each one

Choose PHP-FPM Exporter if…

  • Easy to add to PHP stacks
  • No dependencies

Watch out for

  • Requires FPM status enabled
  • Metrics only, no UI
PHP-FPM Exporter details

Choose Grafana Tempo if…

  • Very cost-effective
  • Simple operations

Watch out for

  • Best paired with Grafana stack
  • Limited standalone UI
Grafana Tempo details

Frequently asked questions

Is PHP-FPM Exporter or Grafana Tempo better?

Neither is universally better. Grafana Tempo has the larger community, while PHP-FPM Exporter is simpler to set up (easy difficulty). Choose based on the comparison table above and your own setup.

Are PHP-FPM Exporter and Grafana Tempo free and open-source?

Yes. PHP-FPM Exporter is licensed under MIT and Grafana Tempo under AGPL-3.0. Both can be self-hosted at no software cost.

Can I run PHP-FPM Exporter and Grafana Tempo with Docker?

PHP-FPM Exporter: yes. Grafana Tempo: yes.

Which is lighter on resources, PHP-FPM Exporter or Grafana Tempo?

PHP-FPM Exporter has the smaller minimum footprint at 64 MB of RAM, compared to about 512 MB for Grafana Tempo. Real-world usage depends on library size, user count, and enabled features.

Related comparisons