Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class MetricChangeFilter
メトリクス値の変化を、ユーザー定義のしきい値と比較するフィルターです。
変化は「タンブリング」ウィンドウで計算されます。つまり、現在のウィンドウと、重複しない1つ前のウィンドウとの差分です。
method MetricChangeFilter.__init__
name(str):agg(Optional[Agg]):window(int):cmp(None): 無視されます。threshold(Union[Annotated, Annotated]):prior_window(int): 「1つ前の」メトリクス集約ウィンドウのサイズ (aggがNoneの場合は無視されます) 。 省略した場合は、現在のウィンドウと同じサイズがデフォルトで使用されます。change_type(ChangeType):change_dir(ChangeDir):
MetricChangeFilter オブジェクト。