mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
6 lines
217 B
TypeScript
6 lines
217 B
TypeScript
export const THRESHOLD_TAB_TOOLTIP =
|
|
'An alert is triggered when the metric crosses a threshold.';
|
|
|
|
export const ANOMALY_TAB_TOOLTIP =
|
|
'An alert is triggered whenever the metric deviates from an expected pattern.';
|