Skip to content

Commit

Permalink
docs: update ddev get to ddev add-on get in readme (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Nov 4, 2024
1 parent bcf29fc commit 868725d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@

[Gander](https://www.tag1consulting.com/gander) is a preconfigured Open Telemetry stack relying on Prometheus, Grafana, and Grafana Tempo.

`ddev get tag1consulting/ddev-gander`, 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 DDEV v1.23.5 or above run

```sh
ddev add-on get tag1consulting/ddev-gander
```

For earlier versions of DDEV run

```sh
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](https://www.drupal.org/node/3366904).

Expand Down

0 comments on commit 868725d

Please sign in to comment.