]> git.puffer.fish Git - matthieu/nova.git/commit
base for tracing 35/head
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Thu, 5 Jan 2023 14:33:53 +0000 (18:33 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Thu, 5 Jan 2023 14:33:53 +0000 (18:33 +0400)
commit038add4d5e8465f8bb36f1a1fa5817a02cab833b
tree2bcab259fc3b7a57ff9de4b043fa0c5571c85622
parent63565094f480154556be69a6b3625e47c3b28f04
base for tracing
61 files changed:
.env [new file with mode: 0644]
.gitignore
Cargo.lock
docker-compose.yaml
exes/all/Cargo.toml
exes/all/build.rs
exes/all/src/lib.rs
exes/cache/Cargo.toml
exes/cache/src/config.rs
exes/cache/src/main.rs
exes/cache/src/managers/channels.rs
exes/cache/src/managers/guild_schedules.rs
exes/cache/src/managers/guilds.rs
exes/cache/src/managers/integrations.rs
exes/cache/src/managers/invites.rs
exes/cache/src/managers/members.rs
exes/cache/src/managers/messages.rs
exes/cache/src/managers/mod.rs
exes/cache/src/managers/reactions.rs
exes/cache/src/managers/roles.rs
exes/cache/src/managers/stage_instances.rs
exes/cache/src/managers/threads.rs
exes/gateway/Cargo.toml
exes/gateway/src/config.rs
exes/gateway/src/lib.rs
exes/gateway/src/main.rs
exes/ratelimit/Cargo.toml
exes/ratelimit/src/grpc.rs
exes/ratelimit/src/lib.rs
exes/ratelimit/src/redis_global_local_bucket_ratelimiter/bucket.rs
exes/ratelimit/src/redis_global_local_bucket_ratelimiter/mod.rs
exes/rest/Cargo.toml
exes/rest/src/config.rs
exes/rest/src/handler.rs
exes/rest/src/lib.rs
exes/rest/src/ratelimit_client/mod.rs
exes/rest/src/ratelimit_client/remote_hashring.rs
exes/webhook/Cargo.toml
exes/webhook/src/config.rs
exes/webhook/src/handler/mod.rs
exes/webhook/src/handler/signature.rs
exes/webhook/src/handler/tests/handler.rs
exes/webhook/src/handler/tests/mod.rs
exes/webhook/src/lib.rs
libs/leash/Cargo.toml
libs/leash/src/lib.rs
libs/shared/Cargo.toml
libs/shared/src/config.rs
libs/shared/src/error.rs
libs/shared/src/lib.rs
libs/shared/src/monitoring.rs [deleted file]
libs/shared/src/payloads.rs
otel/grafana/grafana.ini [new file with mode: 0644]
otel/grafana/provisioning/dashboards/general.yaml [new file with mode: 0644]
otel/grafana/provisioning/dashboards/general/demo-dashboard.json [new file with mode: 0644]
otel/grafana/provisioning/dashboards/general/opentelemetry-collector.json [new file with mode: 0644]
otel/grafana/provisioning/datasources/default.yaml [new file with mode: 0644]
otel/grafana/provisioning/datasources/jaeger.yaml [new file with mode: 0644]
otel/otelcollector/otelcol-config-extras.yml [new file with mode: 0644]
otel/otelcollector/otelcol-config.yml [new file with mode: 0644]
otel/prometheus/prometheus-config.yaml [new file with mode: 0644]