diff --git a/docs/layouts/partials/activityAlertProperties.html b/docs/layouts/partials/activityAlertProperties.html new file mode 100644 index 000000000..594bc7f3a --- /dev/null +++ b/docs/layouts/partials/activityAlertProperties.html @@ -0,0 +1,45 @@ + +
Category | + {{ if eq .category "Administrative" }} +Operation Name | +Status | + {{ else if eq .category "ResourceHealth" }} +Causes | +Health Status | + {{ else if eq .category "ServiceHealth" }} +Incident Type | + {{ end }} +
---|---|---|---|---|---|
{{ .category }} | + {{ if eq .category "Administrative" }} +{{ .operationName }} | ++ {{ if or (reflect.IsMap .status) (reflect.IsSlice .status) }} + {{ transform.Highlight (encoding.Jsonify (dict "prefix" "\n" "indent" " ") .status) "json" }} + {{ else }} + {{ .status }} + {{ end }} | + {{ else if eq .category "ResourceHealth" }} ++ {{ if or (reflect.IsMap .causes) (reflect.IsSlice .causes) }} + {{ transform.Highlight (encoding.Jsonify (dict "prefix" "\n" "indent" " ") .causes) "json" }} + {{ else }} + {{ .causes }} + {{ end }} + | ++ {{ if or (reflect.IsMap .currentHealthStatus) (reflect.IsSlice .currentHealthStatus) }} + {{ transform.Highlight (encoding.Jsonify (dict "prefix" "\n" "indent" " ") .currentHealthStatus) "json" }} + {{ else }} + {{ .currentHealthStatus }} + {{ end }} + | + {{ else if eq .category "ServiceHealth" }} +{{ .incidentType }} | + {{ end }} +
Dimensions | +Failing Periods | +Aggregation | +Operator | +Threshold | +Window | +Frequency | +Severity | +Metric Measure Column | +Resource ID Column | +
---|---|---|---|---|---|---|---|---|---|
+ {{ if or (reflect.IsMap .dimensions) (reflect.IsSlice .dimensions) }} + {{ transform.Highlight (encoding.Jsonify (dict "prefix" "\n" "indent" " ") .dimensions) "json" }} + {{ else }} + {{ .dimensions }} + {{ end }} + | ++ {{ if or (reflect.IsMap .failingPeriods) (reflect.IsSlice .failingPeriods) }} + {{ transform.Highlight (encoding.Jsonify (dict "prefix" "\n" "indent" " ") .failingPeriods) "json" }} + {{ else }} + {{ .failingPeriods }} + {{ end }} + | +{{ .timeAggregation }} | +{{ .operator }} | +{{ .threshold }} | +{{ .windowSize }} | +{{ .evaluationFrequency }} | +{{ .severity }} | +{{ .metricMeasureColumn }} | +{{ .resouceIdColumn }} | +
Criterion Type | +Dimensions | + {{ if eq .criterionType "DynamicThresholdCriterion" }} +Alert Sensitivity | +Failing Periods | + {{ end }} +Aggregation | +Operator | +Threshold | +Window | +Frequency | +Severity | +
---|---|---|---|---|---|---|---|---|---|
{{ .criterionType }} | ++ {{ if or (reflect.IsMap .dimensions) (reflect.IsSlice .dimensions) }} + {{ transform.Highlight (encoding.Jsonify (dict "prefix" "\n" "indent" " ") .dimensions) "json" }} + {{ else }} + {{ .dimensions }} + {{ end }} + | + {{ if eq .criterionType "DynamicThresholdCriterion" }} +{{ .alertSensitivity }} | ++ {{ if or (reflect.IsMap .failingPeriods) (reflect.IsSlice .failingPeriods) }} + {{ transform.Highlight (encoding.Jsonify (dict "prefix" "\n" "indent" " ") .failingPeriods) "json" }} + {{ else }} + {{ .failingPeriods }} + {{ end }} + | + {{ end }} +{{ .timeAggregation }} | +{{ .operator }} | +{{ .threshold }} | +{{ .windowSize }} | +{{ .evaluationFrequency }} | +{{ .severity }} | +