UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 395 B
/** New Metric Tenant */ export interface NewMetricTenant { /** Metric tenant description */ description: string; /** Maximum number of time series inside the tenant */ maxSeries: number; /** Delete samples older than the specified retention period. */ retentionId: string; /** Metric tenant title */ title: string; } //# sourceMappingURL=NewMetricTenant.d.ts.map