Sign inSign up

hawkularqe/java-client

By hawkularqe

Updated over 10 years ago

Image
0

10K+

hawkularqe/java-client repository overview

Build Status

Java client for Hawkular

Example,

HawkularClient hawkular = new HawkularClient("http://209.132.178.218:18080/", "", "");
System.out.println(hawkular.metrics().findTenants()); // show all tenants
System.out.println(hawkular.inventory().pinger()); // 'Hello World'

See unit tests for more examples.

How to run unit tests?

You have set your hawkular server url in to HAWKULAR_ENDPOINT environment variable.(example: export HAWKULAR_ENDPOINT=http://<hawkular-host>:8080)

To run mvn test

Run with debug log: mvn test -Dorg.slf4j.simpleLogger.defaultLogLevel=debug

Help Wanted

This project is under active development. Pull requests are welcome.

Tag summary

Content type

Image

Digest

sha256:847e818d6

Size

386.3 MB

Last updated

over 10 years ago

docker pull hawkularqe/java-client