Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.28 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.28 KB

tests project is maintained

ddev-gander

What is Gander?

Gander is a preconfigured Open Telemetry stack relying on Prometheus, Grafana, and Grafana Tempo.

For DDEV v1.23.5 or above run

ddev add-on get tag1consulting/ddev-gander

For earlier versions of DDEV run

ddev get tag1consulting/ddev-gander

Then run Drupal core's OpenTelemetry phpunit tests, and immediately see performance metrics and traces in a Grafana dashboard. Or add PerformanceTestBase coverage to an existing project with a few lines of code if you already have phpunit functional test coverage of your project.

For more information on the phpunit side of things, see the Drupal core change record.

Getting started

For more information and a quickstart guide, check the documentation on Drupal.org.