Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Hawkular-QE/hawkular-apm-client-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Java client for Hawkular APM

HawkularApmClient client = HawkularApmClient.builder("hawkular")
    .uri("http://localhost:8080")
    .basicAuthentication("jdoe", "password")
    .build();

client.analytics().....
client.configuration().....
client.serviceDeployment()....
client.trace().....