perfino 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.1</version>
</dependency>
<repository>
<id>ej-technologies</id>
<url>http://maven.ej-technologies.com/repository</url>
</repository>
Ivy
<dependency org="com.perfino" name="api" rev="4.1" />
<ibiblio name="ej-technologies" usepoms="true" m2compatible="true"
root="http://maven.ej-technologies.com/repository" />
Gradle
repositories {
maven {
url 'http://maven.ej-technologies.com/repository'
}
}
dependencies {
classpath group: 'com.perfino', name: 'api', version: '4.1'
}
Package
Description
Annotations for configuring transactions and telemetries in your own code.
Servlet filter for end user experience monitoring.