1.0.0 (2021-07-06)
The Metrics Advisor library is now in GA with this release.
Breaking Changes
listIncidents()
overloads split intolistInclidentsForAlert()
andlistIncidentsForDetectionConfiguration()
listAnomalies()
overloads split intolistAnomaliesForAlert()
andlistAnomaliesForDetectionConfiguration()
- Removed support for granularity type
PerSecond
- Renamed "createFeedback" to "addFeedback"
seriesToFilter
parameter renamed toseriesKey
in methodsgetmetricenrichedseriesdata
andgetmetricseriesdata
and ordering updated- Renamed
adminEmails
toadmins
inMetricsAdvisorDataFeed
andNotificationHook
andviewerEmails
toviewers
inMetricsAdvisorDataFeed
- Renamed type
DetectionConditionsOperator
toDetectionConditionOperator
- Renamed property
splitAlertByDimension
todimensionsToSplitAlert
inAnomalyAlertConfiguration
- Renamed
datasource
toDataSource
- Renamed
DatasourceCredential
toDataSourceCredentialEntity
,SqlServerConnectionStringDataSourceCredential
toDataSourceSqlConnectionString
,
DataLakeGen2SharedKeyDataSourceCredential
toDataSourceDataLakeGen2SharedKey
,
ServicePrincipalDataSourceCredential
toDataSourceServicePrincipal
,
ServicePrincipalInKeyVaultDataSourceCredential
toDataSourceServicePrincipalInKeyVault
Other Changes
- Update methods now return the updated object