For the complete documentation index, see llms.txt. This page is also available as Markdown.

SNA Library (snalib)

Sahamati provides sna libraries to reduce the integration effort with SNA. The snalib-dist directory in the GitHub repository can be used by your AA service to push the api transaction details to the SNA agent. Libraries for Node, Go and Java are available, along with example source code and a Java JAR.

Steps to Integrate

  1. Pull the latest main branch from the repository:

https://github.com/Sahamati/sahamatinet-agent-downloadables

  1. Find the snalib source code, example source, and Java JAR under the following path in the repository:

sahamatinet-agent-downloadables/snalib-dist

  1. Use the Go library source from snalib-dist/go/ or the Java library source and JAR from snalib-dist/java/, depending on your AA service stack.

  2. Refer to the example source code in the repository to understand how to call the snalib methods at each of the 4 integration points (A–D) in your AA-FIP service handler code.

📌 SNA is designed to be non-blocking. Metric data is sent asynchronously to the SNA agent to avoid adding latency to your AA service's API response times.

Last updated

Was this helpful?