From 098ba79ff1316b9687ad9fa83deeb08750036a41 Mon Sep 17 00:00:00 2001 From: dmathieu Date: Mon, 22 Apr 2024 10:48:13 +0200 Subject: [PATCH 1/3] document the repository as being in maintenance only --- README.md | 8 ++++++++ docs/introduction.asciidoc | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/README.md b/README.md index 86484498c..cca0bbfa8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ [![Go Report Card](https://goreportcard.com/badge/go.elastic.co/apm/v2)](https://goreportcard.com/report/go.elastic.co/apm/v2) [![codecov.io](https://codecov.io/github/elastic/apm-agent-go/coverage.svg?branch=main)](https://codecov.io/github/elastic/apm-agent-go?branch=main) +**NOTE**: This repository is in maintenance mode. Bug fixes will be worked on, +but no further development will take place. To replace this agent, we recommend +you to [migrate to the OpenTelemetry Go API and +SDK](https://www.elastic.co/blog/elastic-go-apm-agent-to-opentelemetry-go-sdk), +which provides similar features. In order to help you do a seamless migration, +we recommend using our [OpenTelemetry +Bridge](https://www.elastic.co/guide/en/apm/agent/go/current/opentelemetry.html). + # apm-agent-go: APM Agent for Go This is the official Go package for [Elastic APM](https://www.elastic.co/solutions/apm). diff --git a/docs/introduction.asciidoc b/docs/introduction.asciidoc index 8a97f91c7..9be760147 100644 --- a/docs/introduction.asciidoc +++ b/docs/introduction.asciidoc @@ -1,3 +1,12 @@ +*NOTE*: This repository is in maintenance mode. Bug fixes will be worked on, +but no further development will take place. To replace this agent, we recommend +you to +https://www.elastic.co/blog/elastic-go-apm-agent-to-opentelemetry-go-sdk[migrate +to the OpenTelemetry Go API and SDK], which provides similar features. In order +to help you do a seamless migration, we recommend using our +https://www.elastic.co/guide/en/apm/agent/go/current/opentelemetry.html[OpenTelemetry +Bridge]. + [[introduction]] == Introduction From 106155cdded2b066fd272562532e0efcc60a6af4 Mon Sep 17 00:00:00 2001 From: dmathieu Date: Mon, 22 Apr 2024 11:31:53 +0200 Subject: [PATCH 2/3] small wording changes --- README.md | 7 ++++--- docs/introduction.asciidoc | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cca0bbfa8..0c9a21ae7 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,14 @@ [![Go Report Card](https://goreportcard.com/badge/go.elastic.co/apm/v2)](https://goreportcard.com/report/go.elastic.co/apm/v2) [![codecov.io](https://codecov.io/github/elastic/apm-agent-go/coverage.svg?branch=main)](https://codecov.io/github/elastic/apm-agent-go?branch=main) -**NOTE**: This repository is in maintenance mode. Bug fixes will be worked on, -but no further development will take place. To replace this agent, we recommend -you to [migrate to the OpenTelemetry Go API and +**NOTE**: This repository is in maintenance mode. Bug fixes will continue to be +applied, but no further development will take place. To replace this agent, we +recommend you to [migrate to the OpenTelemetry Go API and SDK](https://www.elastic.co/blog/elastic-go-apm-agent-to-opentelemetry-go-sdk), which provides similar features. In order to help you do a seamless migration, we recommend using our [OpenTelemetry Bridge](https://www.elastic.co/guide/en/apm/agent/go/current/opentelemetry.html). +Please refer to the blog post above for further details. # apm-agent-go: APM Agent for Go diff --git a/docs/introduction.asciidoc b/docs/introduction.asciidoc index 9be760147..65015667b 100644 --- a/docs/introduction.asciidoc +++ b/docs/introduction.asciidoc @@ -1,11 +1,11 @@ -*NOTE*: This repository is in maintenance mode. Bug fixes will be worked on, -but no further development will take place. To replace this agent, we recommend -you to +*NOTE*: This repository is in maintenance mode. Bug fixes will continue to be +applied, but no further development will take place. To replace this agent, we +recommend you to https://www.elastic.co/blog/elastic-go-apm-agent-to-opentelemetry-go-sdk[migrate to the OpenTelemetry Go API and SDK], which provides similar features. In order to help you do a seamless migration, we recommend using our https://www.elastic.co/guide/en/apm/agent/go/current/opentelemetry.html[OpenTelemetry -Bridge]. +Bridge]. Please refer to the blog post above for further details. [[introduction]] == Introduction From 2624d6f4797a253d6b8ad72be4cf92caf2e55526 Mon Sep 17 00:00:00 2001 From: dmathieu Date: Tue, 23 Apr 2024 11:41:26 +0200 Subject: [PATCH 3/3] fix wording --- README.md | 2 +- docs/introduction.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c9a21ae7..7e13fa512 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![codecov.io](https://codecov.io/github/elastic/apm-agent-go/coverage.svg?branch=main)](https://codecov.io/github/elastic/apm-agent-go?branch=main) **NOTE**: This repository is in maintenance mode. Bug fixes will continue to be -applied, but no further development will take place. To replace this agent, we +applied, but no new features will be implemented. To replace this agent, we recommend you to [migrate to the OpenTelemetry Go API and SDK](https://www.elastic.co/blog/elastic-go-apm-agent-to-opentelemetry-go-sdk), which provides similar features. In order to help you do a seamless migration, diff --git a/docs/introduction.asciidoc b/docs/introduction.asciidoc index 65015667b..439eb022f 100644 --- a/docs/introduction.asciidoc +++ b/docs/introduction.asciidoc @@ -1,5 +1,5 @@ *NOTE*: This repository is in maintenance mode. Bug fixes will continue to be -applied, but no further development will take place. To replace this agent, we +applied, but no new features will be implemented. To replace this agent, we recommend you to https://www.elastic.co/blog/elastic-go-apm-agent-to-opentelemetry-go-sdk[migrate to the OpenTelemetry Go API and SDK], which provides similar features. In order