]> git.puffer.fish Git - matthieu/nova.git/commit
add metrics and jemalloc
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Sun, 15 Jan 2023 13:03:29 +0000 (17:03 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Sun, 15 Jan 2023 13:03:29 +0000 (17:03 +0400)
commitcbcaa3c01ec4d9ed95dc5af8232de1d10191bc44
tree02cd56bb6eba762024c33f2df3cbec4f7a1a27e1
parentc06cf52e887cc560f1fd4fa72713b239fe0102a6
add metrics and jemalloc
22 files changed:
Cargo.lock
Dockerfile
docker-compose.yaml
exes/cache/Cargo.toml
exes/gateway/Cargo.toml
exes/gateway/src/lib.rs
exes/gateway/src/main.rs
exes/ratelimit/Cargo.toml
exes/ratelimit/src/main.rs
exes/rest/Cargo.toml
exes/rest/src/config.rs
exes/rest/src/handler.rs
exes/rest/src/lib.rs
exes/rest/src/main.rs
exes/webhook/Cargo.toml
exes/webhook/src/main.rs
libs/leash/Cargo.toml
libs/leash/src/lib.rs
libs/shared/Cargo.toml
libs/shared/src/config.rs
libs/shared/src/lib.rs
libs/shared/src/opentelemetry.rs [new file with mode: 0644]