From 07f7364aa4394b1e3d597477ad7bfa0f040795c4 Mon Sep 17 00:00:00 2001 From: yangtao Date: Thu, 11 Jan 2024 17:52:25 +0800 Subject: [PATCH] PHP: add more-examples link (#3712) --- content/en/docs/instrumentation/php/automatic.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/instrumentation/php/automatic.md b/content/en/docs/instrumentation/php/automatic.md index a01f25cad0bc..ec2db0c4c1e9 100644 --- a/content/en/docs/instrumentation/php/automatic.md +++ b/content/en/docs/instrumentation/php/automatic.md @@ -226,3 +226,6 @@ commonly used PHP libraries. For the full list, see After you have automatic instrumentation configured for your app or service, you might want to add [manual instrumentation](../manual) to collect custom telemetry data. + +For more examples, see +[opentelemetry-php-contrib/examples](https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/examples).