Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.TimeseriesQueryResult
-
Packages that use TimeseriesQueryResult Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.api de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of TimeseriesQueryResult in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.api
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.api that return types with arguments of type TimeseriesQueryResult Modifier and Type Method Description retrofit2.Call<TimeseriesQueryResult>
TimeseriesApi. readTimeseriesData(String timeseriesIdentifier, Boolean includeData, String aggregationType, Long startTimestamp, Long endTimestamp, Boolean predict, String relativeTime, String queryMode, List<String> entity, List<String> tag, Integer percentile)
Gets the parameters of the specified metric and optionally data points. -
Uses of TimeseriesQueryResult in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
-