You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Whenourapplicationstartsitneedstocreateandsubscribetothestatisticsthatwe'll record. So a call to `subscribe_views/0` is added to the application start function, `helloworld_app:start/2`:
73
+
Whenourapplicationstartsitneedstocreateandsubscribetothestatisticsthatwe'll record. So a call to `create_measures/0` and `subscribe_views/0` is added to the application start function, `helloworld_app:start/2`:
74
74
75
75
```erlang
76
+
create_measures() ->
77
+
oc_stat_measure:new('my.org/measure/video_size', "Size of a processed video", bytes).
0 commit comments