@@ -49,9 +49,9 @@ complete demo.
4949
5050The amount of physical memory allocated for this process.
5151
52- | Units | Instrument Type | Value Type |
53- | -------| -------------------| ------------|
54- | ` By ` | ObservableGauge | ` Double ` |
52+ | Units | Instrument Type | Value Type |
53+ | -------| ------------------------- | ------------|
54+ | ` By ` | ObservableUpDownCounter | ` Double ` |
5555
5656The API used to retrieve the value is:
5757
@@ -64,9 +64,9 @@ allocated for the associated process.
6464The amount of virtual memory allocated for this process
6565that cannot be shared with other processes.
6666
67- | Units | Instrument Type | Value Type |
68- | -------| -------------------| ------------|
69- | ` By ` | ObservableGauge | ` Double ` |
67+ | Units | Instrument Type | Value Type |
68+ | -------| ------------------------- | ------------|
69+ | ` By ` | ObservableUpDownCounter | ` Double ` |
7070
7171The API used to retrieve the value is:
7272
@@ -111,9 +111,9 @@ Gets the privileged processor time for this process.
111111
112112Process threads count.
113113
114- | Units | Instrument Type | Value Type |
115- | -----------------| -------------------| ------------|
116- | ` {threads} ` | ObservableGauge | ` Int32 ` |
114+ | Units | Instrument Type | Value Type |
115+ | ------------| ------ -------------------| ------------|
116+ | ` {threads} ` | ObservableUpDownCounter | ` Int32 ` |
117117
118118The API used to retrieve the value is:
119119
0 commit comments