Skip to content

Commit 064c2e2

Browse files
authored
chore(metrics): Add typeDoc (#285)
1 parent 87cf8e6 commit 064c2e2

File tree

7 files changed

+13134
-6051
lines changed

7 files changed

+13134
-6051
lines changed

Diff for: docs/core/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ As you finish adding all your metrics, you need to serialize and flush them to s
158158
You can do that automatically with the `logMetrics` decorator.
159159

160160
!!! warning
161-
Decorators can only be attached to a class declaration, method, accessor, property, or parameter. Therefore, if you are more into functional programming check the next section instead. See the [official doc](https://www.typescriptlang.org/docs/handbook/decorators.html) for more details.
161+
Decorators can only be attached to a class declaration, method, accessor, property, or parameter. Therefore, if you are more into standard function, check the next section instead. See the [official doc](https://www.typescriptlang.org/docs/handbook/decorators.html) for more details.
162162

163163
This decorator also **validates**, **serializes**, and **flushes** all your metrics. During metrics validation, if no metrics are provided then a warning will be logged, but no exception will be raised.
164164

0 commit comments

Comments
 (0)