grafana: replace llama-cpp-annotations daemon with prometheus query
This commit is contained in:
@@ -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";
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user