mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
status instead of stats for clarity
This commit is contained in:
parent
2cdd290f98
commit
67b59e9bb3
@ -26,7 +26,7 @@ public class DocServerStatusEndpoint implements WebServiceObject {
|
|||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
@GET
|
@GET
|
||||||
@Path("stats")
|
@Path("status")
|
||||||
@Produces(MediaType.APPLICATION_JSON)
|
@Produces(MediaType.APPLICATION_JSON)
|
||||||
public String getStats() {
|
public String getStats() {
|
||||||
DocServer s = (DocServer) config.getProperty("server");
|
DocServer s = (DocServer) config.getProperty("server");
|
||||||
|
Loading…
Reference in New Issue
Block a user