An open API service indexing awesome lists of open source software.

https://github.com/finbourne/insights-sdk-java-preview

Insights is LUSID's built-in troubleshooting and audit application. Allowing you to query, track and group API calls using correlation IDs, helping to quickly identify issues in failed requests. By logging these IDs, you can correlate all API calls made during a session, offering a detailed view of your system's operations aiding in troubleshooting
https://github.com/finbourne/insights-sdk-java-preview

finbourne lusid sdk sdk-java

Last synced: 9 months ago
JSON representation

Insights is LUSID's built-in troubleshooting and audit application. Allowing you to query, track and group API calls using correlation IDs, helping to quickly identify issues in failed requests. By logging these IDs, you can correlate all API calls made during a session, offering a detailed view of your system's operations aiding in troubleshooting

Awesome Lists containing this project

README

          

![LUSID_by_Finbourne](./resources/Finbourne_Logo_Teal.svg)

# Deprecated

Please note that this repository is deprecated and will be archived early 2024.

All functionality is now contained, in the [insights-sdk-java](https://github.com/finbourne/insights-sdk-java) repository on the `main` branch.

# LUSID® Insights Java SDK Preview

The Insights application is part of the [LUSID by FINBOURNE](https://www.finbourne.com/lusid-technology) platform. To use it you'll need a LUSID account. [Sign up for free at lusid.com](https://www.lusid.com/app/signup).

For more details on other applications in the LUSID platform, see [Understanding all the applications in the LUSID platform](https://support.lusid.com/knowledgebase/article/KA-01787/en-us).

[Java SDK Extensions](https://github.com/finbourne/insights-sdk-extensions-java) to accompany this SDK are available. These provides the user with additional extensions to make it easy to configure and use the API endpoints.

## Installation

Maven artifacts can be downloaded from the Open Source Software Repository Hosting (OSSRH) by adding the following to your pom.xml

```

...


osssrh
OSSRH
https://oss.sonatype.org/content/repositories/snapshots/



com.finbourne
insights-sdk-preview
{INSERT VERSION}

...

...

```