Skip to content

Commit 497677e

Browse files
authored
Add anonymous user analytics (#347)
1 parent 9f62ddc commit 497677e

File tree

9 files changed

+554
-188
lines changed

9 files changed

+554
-188
lines changed

Cargo.lock

Lines changed: 146 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lazy_static = "1.4"
4444
log = "0.4"
4545
num_cpus = "1.15"
4646
md-5 = "0.10"
47-
os_info = "3.6"
47+
sysinfo = "0.28.4"
4848
hostname = "0.3"
4949
rand = "0.8"
5050
relative-path = { version = "1.7", features = ["serde"] }
@@ -75,6 +75,7 @@ bzip2 = { version = "*", features=["static"] }
7575
once_cell = "1.17.1"
7676
pyroscope = { version = "0.5.3", optional = true }
7777
pyroscope_pprofrs = { version = "0.2", optional = true }
78+
uptime_lib = "0.2.2"
7879

7980
[build-dependencies]
8081
static-files = "0.2"

0 commit comments

Comments
 (0)