The perfino API is used for DevOps transactions and end user experience monitoring.
See the package descriptions for more information.
Manual downloadThe 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.0.2</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.0.2" />
<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.0.2'
}
Package | Description |
---|---|
com.perfino.annotation |
Annotations for configuring transactions and telemetries in your own code.
|
com.perfino.filter |
Servlet filter for end user experience monitoring.
|