Class MetricsRestService
java.lang.Object
org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource<AdminPlugin>
org.camunda.bpm.admin.resource.AbstractAdminPluginResource
org.camunda.bpm.admin.impl.plugin.resources.MetricsRestService
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.databind.ObjectMapper
static final String
Fields inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
engineName, runtimeDelegate
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.admin.resource.AbstractAdminPluginResource
getQueryService
Methods inherited from class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
getProcessEngine
-
Field Details
-
PATH
- See Also:
-
objectMapper
public static final com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
MetricsRestService
-
-
Method Details
-
getAggregatedMetrics
@GET @Path("/aggregated") @Produces("application/json") public List<MetricsAggregatedResultDto> getAggregatedMetrics(@Context jakarta.ws.rs.core.UriInfo uriInfo)
-