From 5941b886f2563f8d6068f4b4352538542624680c Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Tue, 12 Sep 2023 10:27:44 +0000 Subject: [PATCH 1/7] adding a blog entry for PHP RC --- content/en/blog/2023/php-rc-release.md | 50 ++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 content/en/blog/2023/php-rc-release.md diff --git a/content/en/blog/2023/php-rc-release.md b/content/en/blog/2023/php-rc-release.md new file mode 100644 index 000000000000..0fc962f5405c --- /dev/null +++ b/content/en/blog/2023/php-rc-release.md @@ -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)' +cSpell:ignore: McBride +--- + +The OpenTelemetry PHP team is pleased to announce that the 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 to RC and then GA, based on +feedback from the community. + +## How can you help? + +If you are new to OpenTelemetry for PHP, the best place to start is with the +[getting started documentation](https://opentelemetry.io/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 repo](https://github.com/open-telemetry/opentelemetry-php) +- [Contrib repo](https://github.com/open-telemetry/opentelemetry-php-contrib) +- [Instrumentation Repo](https://github.com/open-telemetry/opentelemetry-php-instrumentation) + +Thanks! + +OpenTelemetry-php maintainers crew: Brett McBride (Deakin University), Przemek +Delewski (SumoLogic), and Bob Strecansky (Mailchimp) From 328ce7262e00d00c384f271fa6e33dcc2d27d52d Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Tue, 12 Sep 2023 10:29:13 +0000 Subject: [PATCH 2/7] fix formatting --- content/en/blog/2023/php-rc-release.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/blog/2023/php-rc-release.md b/content/en/blog/2023/php-rc-release.md index 0fc962f5405c..7238c05e98a8 100644 --- a/content/en/blog/2023/php-rc-release.md +++ b/content/en/blog/2023/php-rc-release.md @@ -16,9 +16,9 @@ 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. +[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? From 3a8d0bbe14392fdb99e08d2a2309ca8233fb2a4d Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Tue, 12 Sep 2023 10:41:46 +0000 Subject: [PATCH 3/7] refcache + cspell --- content/en/blog/2023/php-rc-release.md | 10 +++++----- static/refcache.json | 16 ++++++++++++++++ 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/content/en/blog/2023/php-rc-release.md b/content/en/blog/2023/php-rc-release.md index 7238c05e98a8..9f6a4f8f67f6 100644 --- a/content/en/blog/2023/php-rc-release.md +++ b/content/en/blog/2023/php-rc-release.md @@ -3,7 +3,7 @@ title: Opentelemetry PHP Release Candidate linkTitle: PHP Release Candidate date: 2023-09-13 author: '[Brett McBride](https://github.com/brettmc/) (Deakin University)' -cSpell:ignore: McBride +cSpell:ignore: McBride PECL codebases Przemek Delewski Strecansky Mailchimp --- The OpenTelemetry PHP team is pleased to announce that the opentelemetry-php @@ -32,7 +32,7 @@ feedback from the community. ## How can you help? If you are new to OpenTelemetry for PHP, the best place to start is with the -[getting started documentation](https://opentelemetry.io/docs/instrumentation/php/getting-started/). +[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 @@ -40,9 +40,9 @@ 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 repo](https://github.com/open-telemetry/opentelemetry-php) -- [Contrib repo](https://github.com/open-telemetry/opentelemetry-php-contrib) -- [Instrumentation Repo](https://github.com/open-telemetry/opentelemetry-php-instrumentation) +- [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) Thanks! diff --git a/static/refcache.json b/static/refcache.json index 88449c6a032e..b0b9acb9f6b7 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -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" @@ -2887,10 +2891,18 @@ "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-instrumentation": { "StatusCode": 200, "LastSeen": "2023-06-30T08:36:07.002918-04:00" }, + "https://github.com/open-telemetry/opentelemetry-php/issues": { + "StatusCode": 200, + "LastSeen": "2023-09-12T10:34:00.300283393Z" + }, "https://github.com/open-telemetry/opentelemetry-php/releases": { "StatusCode": 200, "LastSeen": "2023-06-30T08:47:54.844065-04:00" @@ -4171,6 +4183,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" From 5eb17274b1c2b91f428e391c9d269d9344639baf Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Tue, 12 Sep 2023 10:45:26 +0000 Subject: [PATCH 4/7] run fix:dict --- content/en/blog/2023/php-rc-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/2023/php-rc-release.md b/content/en/blog/2023/php-rc-release.md index 9f6a4f8f67f6..3a8a6b505fc8 100644 --- a/content/en/blog/2023/php-rc-release.md +++ b/content/en/blog/2023/php-rc-release.md @@ -3,7 +3,7 @@ title: Opentelemetry PHP Release Candidate linkTitle: PHP Release Candidate date: 2023-09-13 author: '[Brett McBride](https://github.com/brettmc/) (Deakin University)' -cSpell:ignore: McBride PECL codebases Przemek Delewski Strecansky Mailchimp +cSpell:ignore: codebases Delewski Mailchimp McBride PECL Przemek Strecansky --- The OpenTelemetry PHP team is pleased to announce that the opentelemetry-php From c43ecb07df82449e099c27315cacd7f43c4c313b Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Tue, 12 Sep 2023 16:58:57 +0000 Subject: [PATCH 5/7] review feedback --- content/en/blog/2023/php-rc-release.md | 32 +++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/content/en/blog/2023/php-rc-release.md b/content/en/blog/2023/php-rc-release.md index 3a8a6b505fc8..1b1a31f51107 100644 --- a/content/en/blog/2023/php-rc-release.md +++ b/content/en/blog/2023/php-rc-release.md @@ -2,16 +2,20 @@ title: Opentelemetry PHP Release Candidate linkTitle: PHP Release Candidate date: 2023-09-13 -author: '[Brett McBride](https://github.com/brettmc/) (Deakin University)' +author: + '[Brett McBride](https://github.com/brettmc/) (Deakin University), [Przemek + Delewski](https://github.com/pdelewski) (SumoLogic), and [Bob + Strcansky](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 -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. +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 @@ -26,16 +30,17 @@ 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 to RC and then GA, based on -feedback from the community. +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 for PHP, the best place to start is with the +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 +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: @@ -43,8 +48,3 @@ 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) - -Thanks! - -OpenTelemetry-php maintainers crew: Brett McBride (Deakin University), Przemek -Delewski (SumoLogic), and Bob Strecansky (Mailchimp) From d7f49b78ead047368c410525f6aea6939bd6089a Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Tue, 12 Sep 2023 17:22:50 +0000 Subject: [PATCH 6/7] typo + refcache links --- content/en/blog/2023/php-rc-release.md | 14 +++++++------- static/refcache.json | 16 ++++++++++++++++ 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/content/en/blog/2023/php-rc-release.md b/content/en/blog/2023/php-rc-release.md index 1b1a31f51107..3d7567217c6c 100644 --- a/content/en/blog/2023/php-rc-release.md +++ b/content/en/blog/2023/php-rc-release.md @@ -4,13 +4,13 @@ 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 - Strcansky](https://github.com/bobstrecansky) (Mailchimp)' + 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 +[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 @@ -42,9 +42,9 @@ If you are new to OpenTelemetry PHP, the best place to start is with the 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). +[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) +- [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/) diff --git a/static/refcache.json b/static/refcache.json index b0b9acb9f6b7..2ad080c84394 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -2895,14 +2895,30 @@ "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" From fc7a0a2d8c1b83d805e060c480570a1755520f9a Mon Sep 17 00:00:00 2001 From: Brett McBride Date: Tue, 12 Sep 2023 17:27:19 +0000 Subject: [PATCH 7/7] format --- content/en/blog/2023/php-rc-release.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/blog/2023/php-rc-release.md b/content/en/blog/2023/php-rc-release.md index 3d7567217c6c..59e3c7bd8c98 100644 --- a/content/en/blog/2023/php-rc-release.md +++ b/content/en/blog/2023/php-rc-release.md @@ -10,12 +10,12 @@ 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. +[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