From commits-return-24647-archive-asf-public=cust-asf.ponee.io@pulsar.apache.org Sat Mar 16 08:41:07 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4DAC9180648 for ; Sat, 16 Mar 2019 09:41:07 +0100 (CET) Received: (qmail 98481 invoked by uid 500); 16 Mar 2019 08:41:06 -0000 Mailing-List: contact commits-help@pulsar.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.apache.org Delivered-To: mailing list commits@pulsar.apache.org Received: (qmail 98471 invoked by uid 99); 16 Mar 2019 08:41:06 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Mar 2019 08:41:06 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C1AF7853A0; Sat, 16 Mar 2019 08:41:05 +0000 (UTC) Date: Sat, 16 Mar 2019 08:41:05 +0000 To: "commits@pulsar.apache.org" Subject: [pulsar] branch asf-site updated: Updated site at revision da2bb66 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155272566566.25920.13970101609588109476@gitbox.apache.org> From: mmerli@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: pulsar X-Git-Refname: refs/heads/asf-site X-Git-Reftype: branch X-Git-Oldrev: f77740f9229dc64b21ff7275d83f3cd6992aece1 X-Git-Newrev: 2f5e2a8ab40de43e3b1755842bc64ab778b1a561 X-Git-Rev: 2f5e2a8ab40de43e3b1755842bc64ab778b1a561 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/asf-site by this push: new 2f5e2a8 Updated site at revision da2bb66 2f5e2a8 is described below commit 2f5e2a8ab40de43e3b1755842bc64ab778b1a561 Author: jenkins AuthorDate: Sat Mar 16 08:40:57 2019 +0000 Updated site at revision da2bb66 --- content/swagger/swagger.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/content/swagger/swagger.json b/content/swagger/swagger.json index d139ee0..ce23e06 100644 --- a/content/swagger/swagger.json +++ b/content/swagger/swagger.json @@ -7096,33 +7096,25 @@ "type" : "number", "format" : "double" }, - "cpu" : { + "bandwidthIn" : { "$ref" : "#/definitions/ResourceUsage" }, - "memory" : { + "bandwidthOut" : { "$ref" : "#/definitions/ResourceUsage" }, - "directMemory" : { + "memory" : { "$ref" : "#/definitions/ResourceUsage" }, - "bandwidthIn" : { + "cpu" : { "$ref" : "#/definitions/ResourceUsage" }, - "bandwidthOut" : { + "directMemory" : { "$ref" : "#/definitions/ResourceUsage" }, "lastUpdate" : { "type" : "integer", "format" : "int64" }, - "msgThroughputIn" : { - "type" : "number", - "format" : "double" - }, - "msgThroughputOut" : { - "type" : "number", - "format" : "double" - }, "underLoaded" : { "type" : "boolean" }, @@ -7131,6 +7123,14 @@ }, "loadReportType" : { "type" : "string" + }, + "msgThroughputIn" : { + "type" : "number", + "format" : "double" + }, + "msgThroughputOut" : { + "type" : "number", + "format" : "double" } } }, @@ -8112,11 +8112,11 @@ "ResourceUnit" : { "type" : "object", "properties" : { - "resourceId" : { - "type" : "string" - }, "availableResource" : { "$ref" : "#/definitions/ResourceDescription" + }, + "resourceId" : { + "type" : "string" } } },