Skip to content

Commit fc4cc9e

Browse files
committed
Added GeoHash Label + DNS/ICMP Dashboards
1 parent aeed6e4 commit fc4cc9e

File tree

7 files changed

+1281
-551
lines changed

7 files changed

+1281
-551
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "distributed-metrics"
3-
version = "1.0.11"
3+
version = "1.0.12"
44
edition = "2021"
55
repository = "https://github.com/BitpingApp/distributed-metrics"
66
homepage = "https://bitping.com"
@@ -39,6 +39,7 @@ metrics-util = "0.19.0"
3939
humantime-serde = "1.1.1"
4040
serde_regex = "1.1.0"
4141
thiserror = "2.0.9"
42+
geohash = "0.13.1"
4243

4344
# The profile that 'dist' will build with
4445
[profile.dist]

0 commit comments

Comments
 (0)