diff --git a/.gitmodules b/.gitmodules index df2c00cfa988..2893ea4a6479 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,6 @@ [submodule "content-modules/opentelemetry-ruby"] path = content-modules/opentelemetry-ruby url = https://github.com/open-telemetry/opentelemetry-ruby +[submodule "content-modules/opentelemetry-php"] + path = content-modules/opentelemetry-php + url = https://github.com/open-telemetry/opentelemetry-php diff --git a/content-modules/opentelemetry-php b/content-modules/opentelemetry-php new file mode 160000 index 000000000000..b5a89523f596 --- /dev/null +++ b/content-modules/opentelemetry-php @@ -0,0 +1 @@ +Subproject commit b5a89523f59678e7e89480964db039fd8614d9c0 diff --git a/content/en/docs/php b/content/en/docs/php new file mode 120000 index 000000000000..664532702454 --- /dev/null +++ b/content/en/docs/php @@ -0,0 +1 @@ +../../../content-modules/opentelemetry-php/website_docs \ No newline at end of file diff --git a/content/en/docs/php/_index.md b/content/en/docs/php/_index.md deleted file mode 100644 index 1ba65796830c..000000000000 --- a/content/en/docs/php/_index.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "PHP" -weight: 21 -description: > - A language-specific implementation of OpenTelemetry in PHP. ---- - -This is the OpenTelemetry for PHP documentation. OpenTelemetry is an -observability framework -- an API, SDK, and tools that are designed to aid in -the generation and collection of application telemetry data such as metrics, -logs, and traces. This documentation is designed to help you understand how to -get started using OpenTelemetry for PHP. - -## Status and Releases - -The current status of the major functional components for OpenTelemetry PHP is -as follows: - -| Tracing | Metrics | Logging | -| ------- | ------- | ------- | -| Pre-Alpha | Pre-Alpha | Not Yet Implemented | - -The current release can be found [here](https://github.com/open-telemetry/opentelemetry-php/releases) - -## Further Reading - -- [OpenTelemetry for PHP on GitHub](https://github.com/open-telemetry/opentelemetry-php) -- [Installation](https://github.com/open-telemetry/opentelemetry-php#installation) -- [Examples](https://github.com/open-telemetry/opentelemetry-php#examples)