Skip to content

Commit c1e15f1

Browse files
Remove 'beta warning' for auto attach (#3287)
* Officially introduce Kubernetes APM auto-attach --------- Co-authored-by: Kayla Reopelle <[email protected]>
1 parent c981f45 commit c1e15f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## dev
44

5+
- **Feature: One-step instrumentation for Kubernetes**
6+
7+
The Kubernetes APM auto-attach automatically instruments applications and manages agent upgrades within Kubernetes deployments. This feature has exited preview and is now generally avaliable. Learn more about [Kubernetes auto-attach](https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/installation/k8s-agent-operator/). [PR#2635](https://github.com/newrelic/newrelic-ruby-agent/pull/2635) [PR#3287](https://github.com/newrelic/newrelic-ruby-agent/pull/3287)
8+
59
- **Feature: Deprecation notice for the `newrelic deployments` command**
610

711
Support for recording deployments using the `newrelic deployments` command is now deprecated and will be removed in agent version 10.0.0.

lib/boot/strap.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
# This file is designed to bootstrap a `Bundler.require`-based Ruby app (such as
66
# a Ruby on Rails app) so the app can be instrumented and observed by the
77
# New Relic Ruby agent without the agent being added to the app as a dependency.
8-
# NOTE: introducing the agent into your application via bootstrap is in beta.
9-
# Use at your own risk.
108
#
119
# Given a production-ready Ruby app that optionally has a pre-packaged "frozen"
1210
# or "deployment"–gem bundle, the New Relic Ruby agent can be introduced

0 commit comments

Comments
 (0)