README.md in fluent-plugin-azuremonitormetrics-0.0.1 vs README.md in fluent-plugin-azuremonitormetrics-0.0.2
- old
+ new
@@ -31,10 +31,10 @@
aggregation [list of aggregation types] (example: Average,count)
top [Max number of records to retrive]
orderby [The aggregation to use for sorting] (example: sum asc)
filter [filter to reduce metric data] (example A eq 'a1' and B eq '*')
result_type [reduces the set of data collected]
- metric [The name of the metric to retrive]
+ metrics [The name of the metrics to retrive, sperated by commas] (example: Network Out,Percentage CPU)
api_version [api version] (default: "2017-05-01-preview")
</source>
```
Documentation for all the parameters can found [here](https://docs.microsoft.com/en-us/rest/api/monitor/Metrics/List#get_metric_for_data)<br/>