Move event-listener to sub package (#29)
This commit is contained in:
parent
a392076722
commit
32fc7a1d5d
9 changed files with 10 additions and 13 deletions
|
@ -1,19 +0,0 @@
|
|||
package io.kokuwa.keycloak.metrics.prometheus;
|
||||
|
||||
import javax.ws.rs.Consumes;
|
||||
import javax.ws.rs.GET;
|
||||
import javax.ws.rs.Path;
|
||||
import javax.ws.rs.core.MediaType;
|
||||
|
||||
/**
|
||||
* JAX-RS client for prometheus endpoint.
|
||||
*
|
||||
* @author Stephan Schnabel
|
||||
*/
|
||||
public interface PrometheusClient {
|
||||
|
||||
@GET
|
||||
@Path("/metrics")
|
||||
@Consumes(MediaType.TEXT_PLAIN)
|
||||
String scrap();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue