Perfino API API documentation
The perfino API is used for DevOps transactions and end user experience monitoring.
See the package descriptions for more information.
Manual download
The perfino API is located in the JAR file api/perfino-api.jar
in the perfino installation
directory (download here).
Maven
<dependency>
<groupId>com.perfino</groupId>
<artifactId>api</artifactId>
<version>4.2</version>
</dependency>
Gradle
dependencies {
classpath group: 'com.perfino', name: 'api', version: '4.2'
}
Packages
Package
Description
Annotations for configuring transactions and telemetries in your own code.
Servlet filter for end user experience monitoring.