-
Bug
-
Resolution: Done
-
Minor
-
1.1.4.Final
-
None
-
None
When a service does not have metrics yet, an exception is thrown in the following snippet:
DateHistogramAggregation aggregation = aggregations.getDateHistogramAggregation("histogram");
List<DateHistogram> buckets = aggregation.getBuckets();
Need to check for null before getting the buckets