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 e227f5a commit 9bc1733Copy full SHA for 9bc1733
docs/adding_a_new_metric_type.md
@@ -169,6 +169,9 @@ async function testGetValue(ping: string = this.sendInPings[0]): Promise<string
169
170
> **Note**: All testing functions must start with the prefix `test`.
171
172
+The `testGetNumRecordedErrors` function does not need to be implemeted individually per metric
173
+type as it is already implemented on the `MetricType` super class.
174
+
175
## Testing
176
177
Tests for metric type implementations live under the `glean/tests/unit/core/metrics/types` folder. Create a new
0 commit comments