<div dir="ltr"><span style="font-size:12.8px">I&#39;m in the process of developing a clojure library that wraps the opentracing-java client (the abstract interface), and provides concrete implementations for Hawkular APM and Zipkin.</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I&#39;m considering ways to test the concrete Hawkular implementation in Travis. One thought is to configure Travis to launch a hawkular dev server (from the docker image) and then execute a series of test cases to collect traces, and finally use the REST API to read back what hawkular received. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">The problem being, I haven&#39;t found the documentation for the query parameters you pass to &quot;GET /traces/fragments/search&quot;.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><a href="https://hawkular.gitbooks.io/hawkular-apm-user-guide/content/restapi/#GET__traces_fragments_search" target="_blank">https://hawkular.gitbooks.io/<wbr>hawkular-apm-user-guide/<wbr>content/restapi/#GET__traces_<wbr>fragments_search</a><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Any pointers how to do this? How does the hawkular development team run integration tests?</div></div>