Skip to content

Commit

Permalink
Fixed metricAggregationInterval documentation (kedacore#347)
Browse files Browse the repository at this point in the history
Fixed the date format form `mm:hh:ss` to `hh:mm:ss`

Signed-off-by: Nir Geier <[email protected]>
  • Loading branch information
nirgeier authored Jan 12, 2021
1 parent 07286db commit 7d1c2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/2.1/scalers/azure-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ triggers:
- `targetValue` - Target value to trigger scaling actions.
- `metricAggregationType` - Aggregation method of the Azure Monitor metric. Optionsinclude `Average`, `Total`, `Maximum` with a full list in the [official documentation](https://docs.microsoft.com/en-us/azure/azure-monitor/platform/metrics-supported).
- `metricFilter` - Name of the filter to be more specific by using dimensions listed in the [official documentation](https://docs.microsoft.com/en-us/azure/azure-monitor/platform/metrics-supported). (optional)
- `metricAggregationInterval` - Collection time of the metric in format `"mm:hh:ss"` (default: `"0:5:0"` which is 5 minutes)
- `metricAggregationInterval` - Collection time of the metric in format `"hh:mm:ss"` (default: `"0:5:0"` which is 5 minutes)
- `activeDirectoryClientId` - Id of the Active Directory application which requires at least `Monitoring Reader` permissions. Optional. Required when `TriggerAuthentication` is not provided.
- `activeDirectoryClientPasswordFromEnv` - Name of the environment variable that contains the active directory client password.Optional. Required when `TriggerAuthentication` is not provided.

Expand Down

0 comments on commit 7d1c2c0

Please sign in to comment.