Adding a comment for metrictype values

This commit is contained in:
Christine Chambers
2018-11-29 13:31:22 -05:00
parent a4597afee0
commit e06f87304c

View File

@@ -3,6 +3,8 @@ import FormData from './FormData';
export const LABEL_MAX_LENGTH = 43;
// Note that the values of MetricKeys are lower_snake_case because they're
// used as keys of form data jsons.
export enum MetricKey {
METRIC = 'metric',
METRICS = 'metrics',