Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the repository as being in maintenance only #1617

Merged
merged 4 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
[![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 continue to be
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,
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.

dmathieu marked this conversation as resolved.
Show resolved Hide resolved
# apm-agent-go: APM Agent for Go

This is the official Go package for [Elastic APM](https://www.elastic.co/solutions/apm).
Expand Down
9 changes: 9 additions & 0 deletions docs/introduction.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
*NOTE*: This repository is in maintenance mode. Bug fixes will continue to be
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
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]. Please refer to the blog post above for further details.

[[introduction]]
== Introduction

Expand Down