Skip to content

Commit 59f555b

Browse files
Merge 08376f1 into 379b6ff
2 parents 379b6ff + 08376f1 commit 59f555b

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

website_docs/_index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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)

0 commit comments

Comments
 (0)