We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59279b0 commit 2299ceeCopy full SHA for 2299cee
glean/src/core/metrics/types/custom_distribution.ts
@@ -57,7 +57,7 @@ export class CustomDistributionMetric extends Metric<
57
return {
58
type: MetricValidation.Error,
59
errorType: ErrorType.InvalidType,
60
- errorMessage: `Expected valid MemoryDistribution object, got ${JSON.stringify(obj)}`,
+ errorMessage: `Expected valid CustomDistribution object, got ${JSON.stringify(obj)}`,
61
};
62
}
63
0 commit comments