-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetrics.yml
354 lines (354 loc) · 10.2 KB
/
metrics.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
categories:
- name: daily_activity
prefix: oura_daily_activity_
labels: &common_labels [email]
metrics:
- name: score
desc: Activity score in range [1, 100]
type: gauge
unit: pt
labels: *common_labels
- name: active_calories
desc: Active calories expended (in kilocalories)
type: gauge
unit: kilocalories
labels: *common_labels
- name: average_met_minutes
desc: Average metabolic equivalent (MET) in minutes
type: gauge
unit: minutes
labels: *common_labels
- name: contributors_meet_daily_targets
desc: Contribution of meeting previous 7-day daily activity targets in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.meet_daily_targets
- name: contributors_move_every_hour
desc: Contribution of previous 24-hour inactivity alerts in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.move_every_hour
- name: contributors_recovery_time
desc: Contribution of previous 7-day recovery time in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.recovery_time
- name: contributors_stay_active
desc: Contribution of previous 24-hour activity in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.stay_active
- name: contributors_training_frequency
desc: Contribution of previous 7-day exercise frequency in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.training_frequency
- name: contributors_training_volume
desc: Contribution of previous 7-day exercise volume in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.training_volume
- name: equivalent_walking_distance
desc: Equivalent walking distance (in meters) of energy expenditure
type: gauge
unit: meters
labels: *common_labels
- name: high_activity_met_minutes
desc: High activity metabolic equivalent (MET) in minutes
type: gauge
unit: minutes
labels: *common_labels
- name: high_activity_time
desc: High activity metabolic equivalent (MET) in seconds
type: gauge
unit: seconds
labels: *common_labels
- name: inactivity_alerts
desc: Number of inactivity alerts received
type: gauge
unit: counts
labels: *common_labels
- name: low_activity_met_minutes
desc: Low activity metabolic equivalent (MET) in minutes
type: gauge
unit: minutes
labels: *common_labels
- name: low_activity_time
desc: Low activity metabolic equivalent (MET) in seconds
type: gauge
unit: seconds
labels: *common_labels
- name: medium_activity_met_minutes
desc: Medium activity metabolic equivalent (MET) in minutes
type: gauge
unit: minutes
labels: *common_labels
- name: medium_activity_time
desc: Medium activity metabolic equivalent (MET) in seconds
type: gauge
unit: seconds
labels: *common_labels
- name: meters_to_target
desc: Remaining meters to target (from target_meters)
type: gauge
unit: meters
labels: *common_labels
- name: non_wear_time
desc: The time (in seconds) in which the ring was not worn
type: gauge
unit: seconds
labels: *common_labels
- name: resting_time
desc: Resting time (in seconds)
type: gauge
unit: seconds
labels: *common_labels
- name: sedentary_met_minutes
desc: Sedentary metabolic equivalent (MET) in minutes
type: gauge
unit: minutes
labels: *common_labels
- name: sedentary_time
desc: Sedentary metabolic equivalent (MET) in seconds
type: gauge
unit: seconds
labels: *common_labels
- name: steps
desc: Total number of steps taken
type: gauge
unit: steps
labels: *common_labels
- name: target_calories
desc: Daily activity target (in kilocalories)
type: gauge
unit: kilocalories
labels: *common_labels
- name: target_meters
desc: Daily activity target (in meters)
type: gauge
unit: meters
labels: *common_labels
- name: total_calories
desc: Total calories expended (in kilocalories)
type: gauge
unit: kilocalories
labels: *common_labels
- name: daily_readiness
prefix: oura_daily_readiness_
labels: *common_labels
metrics:
- name: contributors_activity_balance
desc: Contribution of cumulative activity balance in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.activity_balance
- name: contributors_body_temperature
desc: Contribution of body temperature in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.body_temperature
- name: contributors_hrv_balance
desc: Contribution of heart rate variability balance in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.hrv_balance
- name: contributors_previous_day_activity
desc: Contribution of previous day's activity in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.previous_day_activity
- name: contributors_previous_night
desc: Contribution of previous night's sleep in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.previous_night
- name: contributors_recovery_index
desc: Contribution of recovery index in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.recovery_index
- name: contributors_resting_heart_rate
desc: Contribution of resting heart rate in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.resting_heart_rate
- name: contributors_sleep_balance
desc: Contribution of sleep balance in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.sleep_balance
- name: score
desc: Daily readiness score.
type: gauge
unit: pt
labels: *common_labels
- name: temperature_deviation
desc: Temperature deviation in degrees Celsius.
type: gauge
unit: celsius
labels: *common_labels
- name: temperature_trend_deviation
desc: Temperature trend deviation in degrees Celsius.
type: gauge
unit: celsius
labels: *common_labels
- name: daily_resilience
prefix: oura_daily_resilience_
labels: *common_labels
metrics:
- name: contributors_sleep_recovery
desc: "Sleep recovery contributor to the resilience score. Range: [0, 100]"
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.sleep_recovery
- name: contributors_daytime_recovery
desc: "Daytime recovery contributor to the resilience score. Range: [0, 100]"
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.daytime_recovery
- name: contributors_stress
desc: "Stress contributor to the resilience score. Range: [0, 100]"
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.stress
- name: level
desc: Resilience level.("limited", "adequate", "solid", "strong", "exceptional")
type: info
labels: *common_labels
- name: daily_sleep
prefix: oura_daily_sleep_
labels: *common_labels
metrics:
- name: contributors_deep_sleep
desc: Contribution of deep sleep in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.deep_sleep
- name: contributors_efficiency
desc: Contribution of sleep efficiency in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.efficiency
- name: contributors_latency
desc: Contribution of sleep latency in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.latency
- name: contributors_rem_sleep
desc: Contribution of REM sleep in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.rem_sleep
- name: contributors_restfulness
desc: Contribution of sleep restfulness in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.restfulness
- name: contributors_timing
desc: Contribution of sleep timing in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.timing
- name: contributors_total_sleep
desc: Contribution of total sleep in range [1, 100].
type: gauge
unit: pt
labels: *common_labels
iterator: contributors.total_sleep
- name: score
desc: Daily sleep score.
type: gauge
unit: pt
labels: *common_labels
- name: daily_spo2
prefix: oura_daily_spo2_
labels: *common_labels
metrics:
- name: spo2_percentage_average
desc: The SpO2 percentage value aggregated over a single day.
type: gauge
unit: percentage
labels: *common_labels
iterator: spo2_percentage.average
- name: daily_stress
prefix: oura_daily_stress_
labels: *common_labels
metrics:
- name: stress_high
desc: Time spent in a high stress zone (top quartile of data).
type: gauge
unit: seconds
labels: *common_labels
- name: recovery_high
desc: Time spend in a high recovery zone (bottom quartile data).
type: gauge
unit: seconds
labels: *common_labels
- name: day_summary
desc: Possible daily stress summary types.("restored" "normal" "stressful")
type: info
labels: *common_labels
- name: heartrate
prefix: oura_heartrate_
labels: *common_labels
metrics:
- name: bpm
desc: Bpm
type: gauge
unit: bpm
labels: *common_labels
- name: source
desc: An enumeration.("awake" "rest" "sleep" "session" "live" "workout")
type: info
unit: null
labels: *common_labels
- name: personal_info
prefix: oura_personal_info_
labels: *common_labels
metrics:
- name: age
desc: Age
type: gauge
unit: age
labels: *common_labels
- name: weight
desc: Weight
type: gauge
unit: kilograms
labels: *common_labels
- name: height
desc: Height
type: gauge
unit: meters
labels: *common_labels
- name: biological_sex
desc: Biological Sex
type: info
labels: *common_labels
- name: email
desc: Email
type: info
labels: *common_labels