Skip to content

Commit

Permalink
omit threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
ersin-erdal committed Mar 18, 2024
1 parent 5c5315f commit c8d3f2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export type InventoryMetricThresholdAlertContext = AlertContext; // no specific

export type InventoryMetricThresholdAlert = Omit<
ObservabilityMetricsAlert,
'kibana.alert.evaluation.values'
'kibana.alert.evaluation.values' | 'kibana.alert.evaluation.threshold'
> & {
// Defining a custom type for this because the schema generation script doesn't allow explicit null values
[ALERT_EVALUATION_VALUES]?: Array<number | null>;
Expand Down

0 comments on commit c8d3f2e

Please sign in to comment.