Skip to content

Commit

Permalink
Add maintenance mode notice to README
Browse files Browse the repository at this point in the history
  • Loading branch information
punya committed Mar 24, 2023
1 parent 86186bb commit 7df5886
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@

Node.js Support for StackDriver Trace

> **Warning**
>
> `cloud-trace-nodejs` is in maintenance mode. This means that we'll continue to fix bugs
> add add security patches. We'll consider merging new feature contributions (depending
> on the anticipated maintenance cost). But we won't develop new features ourselves.
>
> In particular, we will not add support for new major versions of libraries.
>
> We encourage users to migrate to [OpenTelemetry JS Instrumentation][otel] instead.

A comprehensive list of changes in each version may be found in
[the CHANGELOG](https://github.com/googleapis/cloud-trace-nodejs/blob/main/CHANGELOG.md).
Expand Down Expand Up @@ -292,3 +302,4 @@ See [LICENSE](https://github.com/googleapis/cloud-trace-nodejs/blob/main/LICENSE
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=cloudtrace.googleapis.com
[auth]: https://cloud.google.com/docs/authentication/getting-started
[otel]: https://opentelemetry.io/docs/instrumentation/js/libraries/

0 comments on commit 7df5886

Please sign in to comment.