PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
metrics_endpoints.h
Go to the documentation of this file.
1// BSD 3-Clause License
2// Copyright (c) 2021-2025, 🍀☀🌕🌥 🌊
3// See the LICENSE file in the project root for full license information.
4
23#pragma once
24
26
27#ifdef PACS_WITH_DATABASE_SYSTEM
28
29#include "crow.h"
30
31#include <memory>
32
33namespace kcenon::pacs::web {
34struct rest_server_context;
35}
36
38
53void register_metrics_endpoints_impl(
54 crow::SimpleApp& app,
55 std::shared_ptr<rest_server_context> ctx);
56
57} // namespace kcenon::pacs::web::endpoints
58
59#endif // PACS_WITH_DATABASE_SYSTEM
Database monitoring and metrics service.