Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading