add prometheus to api and ws

This commit is contained in:
41666 2024-02-18 00:51:24 -05:00
parent 7ab5893f67
commit 3a422b8f6f
19 changed files with 1026 additions and 497 deletions

View file

@ -1,4 +1,4 @@
FROM rust:1.69.0-bullseye as rust-base
FROM rust:1.78.0-bullseye as rust-base
WORKDIR /app
RUN apt-get update && apt-get install -y --no-install-recommends curl clang
ARG MOLD_VERSION=1.11.0