Type Alias RetentionPolicy

type RetentionPolicy = {
    historySize?: number;
    overrideInterval?: string;
}
Index

Properties

historySize?: number

Number indicating the size of the window which stores the history. For Chart monitoring, the size should be 10.

overrideInterval?: string