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

Updated documentation links #425

Merged
merged 1 commit into from
Feb 1, 2024
Merged
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
6 changes: 3 additions & 3 deletions signalflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ SignalFlow API allows SignalFx users to execute real-time streaming analytics
computations on the SignalFx platform. For more information, head over to our
Developers documentation:

* [SignalFlow Overview](https://developers.signalfx.com/signalflow_analytics/signalflow_overview.html)
* [SignalFlow API Reference](https://developers.signalfx.com/signalflow_reference.html)
* [SignalFlow Overview](https://dev.splunk.com/observability/docs/signalflow/)
* [SignalFlow API Reference](https://dev.splunk.com/observability/reference/api/signalflow/latest)

Executing a SignalFlow program is very simple with this client library:

Expand Down Expand Up @@ -45,4 +45,4 @@ case DATA_MESSAGE:
Map<String,Object> metadata = computation.getMetadata(datum.getKey());
// ...
}
```
```