From f44f7976821d64132f2e4fa9eb693dfb11379bbc Mon Sep 17 00:00:00 2001 From: yongsikgi Date: Fri, 28 Apr 2023 10:07:41 +0900 Subject: [PATCH] At #50, Update README --- plugins/inputs/vrops/README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/plugins/inputs/vrops/README.md b/plugins/inputs/vrops/README.md index 53e8402f650cd..b62c515231286 100644 --- a/plugins/inputs/vrops/README.md +++ b/plugins/inputs/vrops/README.md @@ -95,16 +95,16 @@ The VMware vROps plugin uses the vROps API to gather metrics. # [inputs.vrops.paas_project_property_conditions] # conjunctionOperator="AND" - ## key* string + ## key* string ## The name of the StatKey or Property to which the condition applies ## - ## operator* string + ## operator* string ## Comparison operator to use. ## Default value is EXISTS, i.e. checks the existence of stat or property. ## Enum: ## [ EQ, NOT_EQ, LIKE, LT, GT, LT_EQ, GT_EQ, IN, NOT_IN, EXISTS, CONTAINS, STARTS_WITH, ENDS_WITH, NOT_STARTS_WITH, NOT_ENDS_WITH, NOT_CONTAINS, REGEX, NOT_REGEX, ## NOT_EXISTS, EMPTY, NOT_EMPTY ] ## - ## stringValue string + ## stringValue string ## String value to which we need to compare to # [[inputs.vrops.paas_project_property_conditions.conditions]] # key = "config|name" @@ -119,16 +119,16 @@ The VMware vROps plugin uses the vROps API to gather metrics. # [inputs.vrops.paas_vm_property_conditions] # conjunctionOperator="AND" - ## key* string + ## key* string ## The name of the StatKey or Property to which the condition applies ## - ## operator* string + ## operator* string ## Comparison operator to use. ## Default value is EXISTS, i.e. checks the existence of stat or property. ## Enum: ## [ EQ, NOT_EQ, LIKE, LT, GT, LT_EQ, GT_EQ, IN, NOT_IN, EXISTS, CONTAINS, STARTS_WITH, ENDS_WITH, NOT_STARTS_WITH, NOT_ENDS_WITH, NOT_CONTAINS, REGEX, NOT_REGEX, ## NOT_EXISTS, EMPTY, NOT_EMPTY ] ## - ## stringValue string + ## stringValue string ## String value to which we need to compare to # [[inputs.vrops.paas_vm_property_conditions.conditions]] # key = "config|name" @@ -140,12 +140,12 @@ The VMware vROps plugin uses the vROps API to gather metrics. metric_separator = "_" templates = [ "measurement.field*", - "cloudzones.* measurement.cloudzone.cloudzone.field*", - "net.*.* measurement.net.field*", - "virtualDisk.*.* measurement.net.field*", - "virtualDisk.*.*.* measurement.net.net.field*", - "guestfilesystem.*.* measurement.device.field*", - "guestfilesystem.*.*.* measurement.device.device.field*" + "cloudzones.* measurement.cloudzone.cloudzone.field*", + "net.*.* measurement.net.field*", + "virtualDisk.*.* measurement.net.field*", + "virtualDisk.*.*.* measurement.net.net.field*", + "guestfilesystem.*.* measurement.device.field*", + "guestfilesystem.*.*.* measurement.device.device.field*" ] ## Amount of time allowed to complete the HTTP(s) request.