GitHub 소스 코드Documentation Index
Fetch the complete documentation index at: https://translations.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class MetricChangeFilter
메트릭 값의 변화량을 사용자 정의 임계값과 비교하는 필터입니다.
변화량은 “텀블링” 윈도우(겹치지 않는 고정 구간)를 기준으로 계산되며,
현재 윈도우와 바로 이전의 겹치지 않는 윈도우 간의 차이로 정의됩니다.
메서드 MetricChangeFilter.__init__
name(str):agg(Optional[Agg]):window(int):cmp(None): 무시됩니다.threshold(Union[Annotated, Annotated]):prior_window(int):"prior"메트릭 집계 윈도우의 크기 (agg가None이면 무시됨). 생략하면 기본값은 현재 윈도우의 크기입니다.change_type(ChangeType):change_dir(ChangeDir):
MetricChangeFilter 객체를 반환합니다.