Procházet zdrojové kódy

chore: fix free tier query

vimtor před 4 měsíci
rodič
revize
d6e06c8950
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      infra/monitoring.ts

+ 0 - 1
infra/monitoring.ts

@@ -178,7 +178,6 @@ new honeycomb.Trigger("IncreasedFreeTierRequests", {
     calculations: [
       {
         op: "COUNT",
-        name: "REQUESTS",
         filterCombination: "AND",
         filters: [
           { column: "event_type", op: "=", value: "completions" },