You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removing some content from symfony readme, and directing users to the central docs on opentelemetry.io
for most info (since most READMEs are repetitive, and not as good as the central docs)
This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib.
9
+
1
10
# OpenTelemetry Symfony auto-instrumentation
2
11
3
-
**Preferred and simplest way to install auto-instrumentation (c extension plus instrumentation libraries) is to use [opentelemetry-instrumentation-installer](https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/AutoInstrumentationInstaller).**
4
-
**The same process can be done manually by installing [c extension](https://github.com/open-telemetry/opentelemetry-php-instrumentation#installation) plus all needed instrumentation libraries like [Symfony](#Installation-via-composer)**
12
+
This is an OpenTelemetry auto-instrumentation package for Symfony framework applications.
13
+
14
+
Please read https://opentelemetry.io/docs/instrumentation/php/automatic/ for instructions on how to
| OTEL_PHP_DISABLED_INSTRUMENTATIONS |[]| Instrumentation name(s) | symfony | Disable one or more installed auto-instrumentations, names are comma seperated. |
44
+
The extension can be disabled via [runtime configuration](https://opentelemetry.io/docs/instrumentation/php/sdk/#configuration):
61
45
62
-
Configurations can be provided as environment variables, or via `php.ini` (or a file included by `php.ini`)
0 commit comments