]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server: concurrency fix + monitoring - add /metrics prometheus compatible endpoint...
authorPierrick Hymbert <redacted>
Sun, 25 Feb 2024 12:49:43 +0000 (13:49 +0100)
committerGitHub <redacted>
Sun, 25 Feb 2024 12:49:43 +0000 (13:49 +0100)
commitd52d7819b8ced70c642a88a59da8c78208dc58ec
tree07841f1c5b7ab748bac463e62f3fb7ce0b7f96e9
parent12894088170f62e4cad4f8d6a3043c185b414bab
server: concurrency fix + monitoring - add /metrics prometheus compatible endpoint (#5708)

* server: monitoring - add /metrics prometheus compatible endpoint

* server: concurrency issue, when 2 task are waiting for results, only one call thread is notified

* server: metrics - move to a dedicated struct
examples/server/README.md
examples/server/server.cpp
examples/server/tests/features/environment.py
examples/server/tests/features/server.feature
examples/server/tests/features/steps/steps.py
examples/server/tests/requirements.txt
examples/server/utils.hpp