feat: Add active workflow triggers metric (no-changelog) (#11398)

This commit is contained in:
Marc Littlemore
2024-10-24 17:27:56 +01:00
committed by GitHub
parent 5341ed228d
commit 8201d322dd
10 changed files with 63 additions and 23 deletions

View File

@@ -1296,7 +1296,7 @@ export type UsageState = {
loading: boolean;
data: {
usage: {
executions: {
activeWorkflowTriggers: {
limit: number; // -1 for unlimited, from license
value: number;
warningThreshold: number; // hardcoded value in BE