Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.TimeseriesDefinition
-
-
Uses of TimeseriesDefinition in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest that return types with arguments of type TimeseriesDefinition Modifier and Type Method Description List<TimeseriesDefinition>
DynatraceServerConnection. getTimeseries()
-
Uses of TimeseriesDefinition 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 TimeseriesDefinition Modifier and Type Method Description retrofit2.Call<List<TimeseriesDefinition>>
TimeseriesApi. getAllTimeseriesDefinitions(String source, String detailedSource)
Lists all metric definitions, along with parameters of each metric. -
Uses of TimeseriesDefinition in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
-