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

Latest commit

 

History

History
13 lines (11 loc) · 353 Bytes

README.adoc

File metadata and controls

13 lines (11 loc) · 353 Bytes

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().....