Skip to content

Commit

Permalink
update scaling keys (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
blewisCycle authored Jan 14, 2025
1 parent bb92857 commit d46ec23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ properties:
details:
type: object
required:
- connections_total
- connections
properties:
connections_total:
connections:
type: integer
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
title: ScaleThresholdMetricNetworkRequests
type: object
description: Describes the network requests threshold at which scaling will occur

required:
- type
- details
Expand All @@ -13,7 +12,7 @@ properties:
details:
type: object
required:
- requests_total
- requests
properties:
requests_total:
requests:
type: integer

0 comments on commit d46ec23

Please sign in to comment.