Skip to content

Commit

Permalink
Depracate signalflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Apr 24, 2024
1 parent 6a8afc1 commit 5047953
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions signalflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This is a client for [SignalFlow](https://dev.splunk.com/observability/docs/signalflow) that lets
you stream and analyze metric data in real-time for your organization.

> [!WARNING]
> `github.com/signalfx/signalfx-go/signalflow/v2` package is **deprecated**.
> Use [`github.com/signalfx/signalflow-client-go/signalflow`](https://pkg.go.dev/github.com/signalfx/signalflow-client-go/signalflow) instead.
## Installation

**You must use Go 1.19+ for the v2 of this client.**
Expand Down
2 changes: 2 additions & 0 deletions signalflow/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
// after a short delay.
//
// SignalFlow is documented at https://dev.splunk.com/observability/docs/signalflow/messages.
//
// Deprecated: Use github.com/signalfx/signalflow-client-go/signalflow instead.
package signalflow
1 change: 1 addition & 0 deletions signalflow/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Deprecated: Use github.com/signalfx/signalflow-client-go/signalflow instead.
module github.com/signalfx/signalfx-go/signalflow/v2

go 1.19
Expand Down

0 comments on commit 5047953

Please sign in to comment.