Skip to content

Commit

Permalink
Add metrics exporter (statsd)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed May 4, 2023
1 parent c1c6c07 commit 6f881a1
Show file tree
Hide file tree
Showing 7 changed files with 779 additions and 57 deletions.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"editor.rulers": [85],
"rust-analyzer.cargo.features": ["hashlink", "mini-moka", "quick_cache", "stretto"],
"rust-analyzer.cargo.features": [
"hashlink",
"mini-moka",
"quick_cache",
"stretto",
"metrics"
],
"rust-analyzer.server.extraEnv": {
"CARGO_TARGET_DIR": "target/ra"
},
"cSpell.words": [
"clippy",
"Dharmendra",
"dogstatsd",
"hashbrown",
"Hasher",
"hashlink",
Expand All @@ -15,6 +22,8 @@
"moka",
"mokabench",
"oltp",
"pointee",
"Statsd",
"thiserror",
"Toolchain",
"unsync"
Expand Down
232 changes: 232 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6f881a1

Please sign in to comment.