-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metrics updates #15125
Metrics updates #15125
Conversation
/** | ||
* value of the anomaly | ||
*/ | ||
value?: number; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should value
and expectedValue
be readonly? Do they always have values (non-optional)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the generated layer these are optional and readonly. Anu has asked on the service channel to clarify if they can have null values. Maybe we can wait till then.
/** | ||
* data used to implement value filter | ||
*/ | ||
type?: "Value" | "Mean"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this optional or non-optional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the generated layer these are optional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what type
is this? Hard to guess its meaning. Please ask service team about it.
/** | ||
* dimensions used to split alert | ||
*/ | ||
splitAlertByDimensions?: string[]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dimensionsToSplitAlerts
better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will follow up on this after discussing with crew. Otherwise we'll make this change for JS only
Fixing operation name (Azure#15125) * Fixed operation name. * Fixed readme. * Fixed titles.
type
to each of the three the boundary condition union typessplitAlertByDimensions?: string[];
toAnomalyAlertConfiguration
IncidentProperty
andAnomalyProperty
, ensure we have new properties in our model types (flattened):DataPointAnomaly
andAnomalyIncident