File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ # HELP online_notes Number of currently used notes
2
+ # TYPE online_notes gauge
1
3
online_notes <% - onlineNotes %>
4
+ # HELP online_users Number of online users
5
+ # TYPE online_users gauge
2
6
online_users <% - onlineUsers %>
7
+ # HELP distinct_online_users Number of distinct online users
8
+ # TYPE distinct_online_users gauge
3
9
distinct_online_users <% - distinctOnlineUsers %>
10
+ # HELP notes_count Total count of notes
11
+ # TYPE notes_count gauge
4
12
notes_count <% - notesCount %>
13
+ # HELP registered_users Number of registered users
14
+ # TYPE registered_users gauge
5
15
registered_users <% - registeredUsers %>
16
+ # HELP online_registered_users Number of online registered users
17
+ # TYPE online_registered_users gauge
6
18
online_registered_users <% - onlineRegisteredUsers %>
19
+ # HELP distinct_online_registered_users Number of distinct online registered users
20
+ # TYPE distinct_online_registered_users gauge
7
21
distinct_online_registered_users <% - distinctOnlineRegisteredUsers %>
8
22
is_connection_busy <% - isConnectionBusy ? 1 : 0 %>
9
23
connection_socket_queue_length <% - connectionSocketQueueLength %>
You can’t perform that action at this time.
0 commit comments