org.camunda.bpm.engine.management
Interface MetricsQuery
- All Known Implementing Classes:
- MetricsQueryImpl
public interface MetricsQuery
- Since:
- 7.3
- Author:
- Daniel Meyer
name
MetricsQuery name(String name)
- Parameters:
name - The name of the metrics to query for- See Also:
in {@link Metrics} for a list of names which can be used here.
startDate
MetricsQuery startDate(Date startTime)
- Restrict to data collected after the given date
endDate
MetricsQuery endDate(Date endTime)
- Restrict to data collected before the given date
sum
long sum()
- Returns:
- the aggregated sum
Copyright © 2015 camunda services GmbH. All rights reserved.