MetricsAgentInfo Software version info (so we can warn users about out-of-date software). The software name and the version are "guessed" from the user-agent

interface MetricsAgentInfo {
    last_push?: string;
    last_update?: string;
    name?: string;
    version?: string;
}

Properties

last_push?: string

last agent push date

last_update?: string

last agent update date

name?: string

name of the component

version?: string

software version

Generated using TypeDoc