Interface DimensionalReporter.DimensionHandler

All Known Implementing Classes:
ConsoleStormReporter
Enclosing class:
DimensionalReporter

public static interface DimensionalReporter.DimensionHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets dimensions to be used for reporting on the next batch of metrics.
  • Method Details

    • setDimensions

      void setDimensions(Map<String,String> dimensions)
      Sets dimensions to be used for reporting on the next batch of metrics.
      Parameters:
      dimensions - dimensions valid for use in the next scheduled report.