Skip to content

Commit e14a97e

Browse files
committedOct 6, 2021
rewrap
1 parent e49a774 commit e14a97e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎specification/metrics/supplementary-guidelines.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,9 @@ accurate way is to say "the total bytes received during (T<sub>0</sub>,
9999
T<sub>3</sub>] is `380`". In a nutshell, the count is always associated with a
100100
time range, which is known as [Temporality](#aggregation-temporality).
101101

102-
Let's take another example with a process using an [Asynchronous Counter](./api.md#asynchronous-counter)
103-
to report the total page faults of the process:
102+
Let's take another example with a process using an [Asynchronous
103+
Counter](./api.md#asynchronous-counter) to report the total page faults of the
104+
process:
104105

105106
The page faults are managed by the operating system, and the process could
106107
retrieve the number of page faults via some system APIs.

0 commit comments

Comments
 (0)