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

EOS notice #2842

Merged
merged 3 commits into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
>ℹ️  SignalFx was acquired by Splunk in October 2019. See [Splunk SignalFx](https://www.splunk.com/en_us/investor-relations/acquisitions/signalfx.html) for more information.

> # :warning: End of Support (EOS) Notice
jeffreyc-splunk marked this conversation as resolved.
Show resolved Hide resolved
> **The SignalFx Smart Agent has reached End of Support.**
>
> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor.
>
> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html).
>
> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector.
jeffreyc-splunk marked this conversation as resolved.
Show resolved Hide resolved

jeffreyc-splunk marked this conversation as resolved.
Show resolved Hide resolved
# SignalFx Smart Agent

[![GoDoc](https://godoc.org/github.com/signalfx/signalfx-agent?status.svg)](https://godoc.org/github.com/signalfx/signalfx-agent)
[![CircleCI](https://circleci.com/gh/signalfx/signalfx-agent.svg?style=shield)](https://circleci.com/gh/signalfx/signalfx-agent)

:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./docs/smartagent-deprecation-notice.md)** :warning:

The SignalFx Smart Agent is a metric agent written in Go for monitoring
infrastructure and application services in a variety of different environments.
It is meant as a successor to our previous [collectd
Expand Down
9 changes: 8 additions & 1 deletion docs/agent-install-awsecs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Install to AWS ECS

:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning:
> # :warning: End of Support (EOS) Notice
> **The SignalFx Smart Agent has reached End of Support.**
>
> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor.
>
> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html).
>
> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector.

Deploy the SignalFx Smart Agent to an AWS ECS instance using a SignalFx
configuration script, and run the Smart Agent as a Daemon service in an
Expand Down
9 changes: 8 additions & 1 deletion docs/agent-install-config-mgmt.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Install using configuration management

:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning:
> # :warning: End of Support (EOS) Notice
> **The SignalFx Smart Agent has reached End of Support.**
>
> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor.
>
> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html).
>
> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector.

Install the SignalFx Smart Agent using one of the following configuration management
packages:
Expand Down
9 changes: 8 additions & 1 deletion docs/agent-install-packages.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Install using *nix packages

:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning:
> # :warning: End of Support (EOS) Notice
> **The SignalFx Smart Agent has reached End of Support.**
>
> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor.
>
> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html).
>
> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector.

Install the SignalFx Smart Agent using either a Debian or RPM package,
and then verify that the SignalFx Smart Agent is working.
Expand Down
9 changes: 8 additions & 1 deletion docs/agent-install-standalone-linux.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Install to Linux using a tar.gz File

:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning:
> # :warning: End of Support (EOS) Notice
> **The SignalFx Smart Agent has reached End of Support.**
>
> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor.
>
> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html).
>
> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector.

Install the Smart Agent to Linux host using a compressed
`tar` file.
Expand Down
9 changes: 8 additions & 1 deletion docs/agent-install-standalone-windows.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Install to Windows using a ZIP file

:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning:
> # :warning: End of Support (EOS) Notice
> **The SignalFx Smart Agent has reached End of Support.**
>
> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor.
>
> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html).
>
> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector.

Install the SignalFx Smart Agent to a Windows host using a standalone package in
a ZIP file.
Expand Down
9 changes: 8 additions & 1 deletion docs/agent-k8s-install-helm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Install Using Helm

:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning:
> # :warning: End of Support (EOS) Notice
> **The SignalFx Smart Agent has reached End of Support.**
>
> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor.
>
> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html).
>
> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector.

Use the Helm package manager to install the Smart Agent to Kubernetes
environments.
Expand Down
9 changes: 8 additions & 1 deletion docs/agent-k8s-install-kubectl.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Install using kubectl

:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning:
> # :warning: End of Support (EOS) Notice
> **The SignalFx Smart Agent has reached End of Support.**
>
> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor.
>
> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html).
>
> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector.

Use kubectl to install the Smart Agent to Kubernetes environments.

Expand Down
9 changes: 8 additions & 1 deletion docs/quick-install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<!--- OVERVIEW --->
# Quick Install

SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md).
> # :warning: End of Support (EOS) Notice
> **The SignalFx Smart Agent has reached End of Support.**
>
> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor.
>
> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html).
>
> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector.

SignalFx Smart Agent Integration installs the Smart Agent application on a single host machine from which you want to collect monitoring data. Smart Agent collects infrastructure monitoring, µAPM, and Kubernetes data.

Expand Down
17 changes: 7 additions & 10 deletions docs/smartagent-deprecation-notice.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
> # :warning: Deprecation Notice for SignalFx Smart Agent
> **The SignalFx Smart Agent is deprecated and will reach End of Support on June 30th, 2023. After that date, this repository will be archived and no longer receive updates. Until then, only critical security fixes and bug fixes will be provided.**
> # :warning: End of Support (EOS) Notice
> **The SignalFx Smart Agent has reached End of Support.**
>
>Going forward, you should use the [Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/observability/gdi/opentelemetry/resources.html), which fully supports the OpenTelemetry standard and includes customizations for:
>* Splunk products
>* Fluentd for log capture
>* Tools to support migration from SignalFx products

> Please see [this](https://docs.splunk.com/observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html#nav-Migrating-from-SignalFx-Smart-Agent-to-Splunk-Distribution-of-OpenTelemetry-Collector) documentation for details to assist with moving to the Splunk Distribution of OpenTelemetry Collector.

>Note that the date affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector.
> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor.
>
> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html).
>
jeffreyc-splunk marked this conversation as resolved.
Show resolved Hide resolved
> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector.
8 changes: 7 additions & 1 deletion scripts/create-github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ image="quay.io/signalfx/signalfx-agent:${tag#v}"

tmpfile=$(mktemp)
cat <<EOH > $tmpfile
⚠️The SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](https://github.com/signalfx/signalfx-agent/blob/main/docs/smartagent-deprecation-notice.md) ⚠️
⚠️The SignalFx Smart Agent has reached End Of Support ⚠️

> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor.
>
> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html).
>
> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector.

$(git tag -l --format='%(contents:body)' $tag)

Expand Down
Loading