don't track EFCore objects that don't need to be updated
This commit is contained in:
parent
d42e73699b
commit
f7f88ff98f
24 changed files with 50 additions and 33 deletions
|
|
@ -227,7 +227,7 @@ public class MetaCommands(
|
|||
|
||||
try
|
||||
{
|
||||
var query = HttpUtility.UrlEncode("delta(catalogger_received_messages[5m])");
|
||||
var query = HttpUtility.UrlEncode("increase(catalogger_received_messages[5m])");
|
||||
var resp = await _client.GetAsync($"http://localhost:9090/api/v1/query?query={query}");
|
||||
resp.EnsureSuccessStatusCode();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue