Skip to content

Commit

Permalink
adding a blog entry for PHP RC (#3259)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc authored Sep 13, 2023
1 parent eeb52ba commit 183984d
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
50 changes: 50 additions & 0 deletions content/en/blog/2023/php-rc-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: Opentelemetry PHP Release Candidate
linkTitle: PHP Release Candidate
date: 2023-09-13
author:
'[Brett McBride](https://github.com/brettmc/) (Deakin University), [Przemek
Delewski](https://github.com/pdelewski/) (SumoLogic), and [Bob
Strecansky](https://github.com/bobstrecansky/) (Mailchimp)'
cSpell:ignore: codebases Delewski Mailchimp McBride PECL Przemek Strecansky
---

The OpenTelemetry PHP team is pleased to announce that the
[opentelemetry-php](https://github.com/open-telemetry/opentelemetry-php/)
library has progressed to Release Candidate stability. This release is the
culmination of years of work from the OpenTelemetry PHP team. Thank you to all
of the contributors, testers, and integrators that made this release happen. We
most certainly couldn’t have made this release without the help of the community
at large.

This is the first release candidate we are publishing to garner further input
from the community. This release offers support for tracing, metrics, and logs
for PHP applications, as well as auto-instrumentation via a
[PECL extension](https://pecl.php.net/package/opentelemetry). We will continue
to refine the library as we receive bug reports, as well as moving towards a
general availability release.

## What happens next?

We would love to see people testing the code against production-like workloads.
Once we have confidence at scale with positive feedback from the community, we
will move to general availability with a 1.0.0 release.

We are also looking to promote our
[contrib packages](https://github.com/open-telemetry/opentelemetry-php-contrib/)
to RC and then GA, based on feedback from the community.

## How can you help?

If you are new to OpenTelemetry PHP, the best place to start is with the
[getting started documentation](/docs/instrumentation/php/getting-started/).

We are looking for developers to test this instrumentation in their PHP
codebases. We are happy to triage any issues that might come up — please feel
free to open an issue in our repository’s
[GitHub issues](https://github.com/open-telemetry/opentelemetry-php/issues/).
Pull requests are also always welcome in any of our repositories:

- [API/SDK](https://github.com/open-telemetry/opentelemetry-php/)
- [Contrib](https://github.com/open-telemetry/opentelemetry-php-contrib/)
- [Instrumentation](https://github.com/open-telemetry/opentelemetry-php-instrumentation/)
32 changes: 32 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -1859,6 +1859,10 @@
"StatusCode": 200,
"LastSeen": "2023-06-30T09:25:15.885907-04:00"
},
"https://github.com/brettmc/": {
"StatusCode": 200,
"LastSeen": "2023-09-12T10:33:56.166498179Z"
},
"https://github.com/bufbuild/connect-opentelemetry-go": {
"StatusCode": 200,
"LastSeen": "2023-06-30T08:32:38.100673-04:00"
Expand Down Expand Up @@ -2887,10 +2891,34 @@
"StatusCode": 200,
"LastSeen": "2023-06-30T08:48:00.348194-04:00"
},
"https://github.com/open-telemetry/opentelemetry-php-contrib": {
"StatusCode": 200,
"LastSeen": "2023-09-12T10:34:00.748754957Z"
},
"https://github.com/open-telemetry/opentelemetry-php-contrib/": {
"StatusCode": 200,
"LastSeen": "2023-09-12T17:21:56.853351123Z"
},
"https://github.com/open-telemetry/opentelemetry-php-instrumentation": {
"StatusCode": 200,
"LastSeen": "2023-06-30T08:36:07.002918-04:00"
},
"https://github.com/open-telemetry/opentelemetry-php-instrumentation/": {
"StatusCode": 200,
"LastSeen": "2023-09-12T17:21:58.240075768Z"
},
"https://github.com/open-telemetry/opentelemetry-php/": {
"StatusCode": 200,
"LastSeen": "2023-09-12T17:21:57.859077407Z"
},
"https://github.com/open-telemetry/opentelemetry-php/issues": {
"StatusCode": 200,
"LastSeen": "2023-09-12T10:34:00.300283393Z"
},
"https://github.com/open-telemetry/opentelemetry-php/issues/": {
"StatusCode": 200,
"LastSeen": "2023-09-12T17:21:57.410272057Z"
},
"https://github.com/open-telemetry/opentelemetry-php/releases": {
"StatusCode": 200,
"LastSeen": "2023-06-30T08:47:54.844065-04:00"
Expand Down Expand Up @@ -4171,6 +4199,10 @@
"StatusCode": 206,
"LastSeen": "2023-06-30T11:44:48.796197-04:00"
},
"https://pecl.php.net/package/opentelemetry": {
"StatusCode": 200,
"LastSeen": "2023-09-12T10:33:59.774290104Z"
},
"https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs": {
"StatusCode": 200,
"LastSeen": "2023-06-29T18:45:36.801594-04:00"
Expand Down

0 comments on commit 183984d

Please sign in to comment.