getDistribution abstract method

Future<List<DistributionSegment>> getDistribution(
  1. String service,
  2. String metric,
  3. String groupBy, {
  4. AnalyticsTimeRange? timeRange,
})

Fetch distribution/breakdown for a metric grouped by a dimension.

Implementation

Future<List<DistributionSegment>> getDistribution(
  String service,
  String metric,
  String groupBy, {
  AnalyticsTimeRange? timeRange,
});