grafana: replace llama-cpp-annotations daemon with prometheus query

This commit is contained in:
2026-04-09 19:19:58 -04:00
parent a3a6700106
commit e9ce1ce0a2
7 changed files with 4 additions and 358 deletions

View File

@@ -50,15 +50,12 @@ let
}
{
name = "LLM Requests";
datasource = {
type = "grafana";
uid = "-- Grafana --";
};
datasource = promDs;
enable = true;
iconColor = "purple";
showIn = 0;
type = "tags";
tags = [ "llama-cpp" ];
expr = "llamacpp:requests_processing > 0";
step = "10s";
titleFormat = "LLM inference";
}
];