Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
Merge pull request #425 from maulikp-splunk/main
Browse files Browse the repository at this point in the history
Updated documentation links
  • Loading branch information
breedx-splk authored Feb 1, 2024
2 parents 6363d44 + 37a72d3 commit d4a1163
Showing 1 changed file with 3 additions and 3 deletions.
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());
// ...
}
```
```

0 comments on commit d4a1163

Please sign in to comment.