File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " PHP"
3
+ weight : 21
4
+ description : >
5
+ A language-specific implementation of OpenTelemetry in PHP.
6
+ ---
7
+
8
+ This is the OpenTelemetry for PHP documentation. OpenTelemetry is an
9
+ observability framework -- an API, SDK, and tools that are designed to aid in
10
+ the generation and collection of application telemetry data such as metrics,
11
+ logs, and traces. This documentation is designed to help you understand how to
12
+ get started using OpenTelemetry for PHP.
13
+
14
+ ## Status and Releases
15
+
16
+ The current status of the major functional components for OpenTelemetry PHP is
17
+ as follows:
18
+
19
+ | Tracing | Metrics | Logging |
20
+ | ------- | ------- | ------- |
21
+ | Pre-Alpha | Pre-Alpha | Not Yet Implemented |
22
+
23
+ The current release can be found [ here] ( https://github.com/open-telemetry/opentelemetry-php/releases )
24
+
25
+ ## Further Reading
26
+
27
+ - [ OpenTelemetry for PHP on GitHub] ( https://github.com/open-telemetry/opentelemetry-php )
28
+ - [ Installation] ( https://github.com/open-telemetry/opentelemetry-php#installation )
29
+ - [ Examples] ( https://github.com/open-telemetry/opentelemetry-php#examples )
You can’t perform that action at this time.
0 commit comments