Class MetricsTable


  • public class MetricsTable
    extends Table
    Defines the metadata associated with our static metrics table.

    This table contains the available metrics as uniquely defined by a triple of namespace, set, name. More specifically, this table contains the following columns. * **namespace** - A VARCHAR containing the namespace. * **metric_name** - A VARCHAR containing the metric name. * **dimensions** - A LIST of STRUCTS comprised of dim_name (VARCHAR) and dim_value (VARCHAR). * **statistic** - A List of VARCH statistics (e.g. p90, AVERAGE, etc..) avialable for the metric.

    • Constructor Detail

      • MetricsTable

        public MetricsTable()