CacheRequest: {
    key: string;
    metrics: MetricsResult;
    range: string;
}

Type declaration

  • key: string

    The key (Git repo name) under which to cache.

    `SOMEORG/SOMEREPO`
    
  • metrics: MetricsResult

    A valid and complete Metrics object.

  • range: string

    The date range for the lookup.

    `20230101_20230131`
    

Input request to cache a Metrics object.