ServiceLabels
Any labels associated with one or more services that you want to return statistics for.
Service labels consist of keys with optional values. You can filter by service label by specifying a list of keys, key:value
pairs, or key:{value1,value2….}
options as the value of the ServiceLabels
parameter.
You can set up and retrieve service labels using the AddService
and GetService
actions in Controller. Refer to the Controller Reference for more information.
Actions: | GetStatistics |
Type: | String |
Default: | None |
Required: | No |
Example: | ServiceLabels=label1,key2:value2,key3:{value3,value4}
|
See Also: |