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

@@ -116,7 +116,7 @@ describe('POST /license/renew', () => {
const DEFAULT_LICENSE_RESPONSE: { data: ILicenseReadResponse } = {
data: {
usage: {
executions: {
activeWorkflowTriggers: {
value: 0,
limit: -1,
warningThreshold: 0.8,
@@ -132,7 +132,7 @@ const DEFAULT_LICENSE_RESPONSE: { data: ILicenseReadResponse } = {
const DEFAULT_POST_RESPONSE: { data: ILicensePostResponse } = {
data: {
usage: {
executions: {
activeWorkflowTriggers: {
value: 0,
limit: -1,
warningThreshold: 0.8,