Validates the metric name, tags and annotations @param dps The datapoints array returned from the query @param index The index to peek into the array @param agged_tags Whether or not the tags were aggregated out
(final DataPoints[] dps, final int index,
final boolean agged_tags)
| 864 | * @param agged_tags Whether or not the tags were aggregated out |
| 865 | */ |
| 866 | protected void assertMeta(final DataPoints[] dps, final int index, |
| 867 | final boolean agged_tags) { |
| 868 | assertMeta(dps, index, agged_tags, false); |
| 869 | } |
| 870 | |
| 871 | /** |
| 872 | * Validates the metric name, tags and annotations |
no test coverage detected