Skip to content

Commit 8ed4864

Browse files
committed
Add metrics exporter (statsd)
1 parent 792f71e commit 8ed4864

File tree

7 files changed

+779
-57
lines changed

7 files changed

+779
-57
lines changed

.vscode/settings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"editor.rulers": [85],
3-
"rust-analyzer.cargo.features": ["hashlink", "mini-moka", "quick_cache", "stretto"],
3+
"rust-analyzer.cargo.features": [
4+
"hashlink",
5+
"mini-moka",
6+
"quick_cache",
7+
"stretto",
8+
"metrics"
9+
],
410
"rust-analyzer.server.extraEnv": {
511
"CARGO_TARGET_DIR": "target/ra"
612
},
713
"cSpell.words": [
814
"clippy",
915
"Dharmendra",
16+
"dogstatsd",
1017
"hashbrown",
1118
"Hasher",
1219
"hashlink",
@@ -15,6 +22,8 @@
1522
"moka",
1623
"mokabench",
1724
"oltp",
25+
"pointee",
26+
"Statsd",
1827
"thiserror",
1928
"Toolchain",
2029
"unsync"

Cargo.lock

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

0 commit comments

Comments
 (0)