/** 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