Pricing plan.

interface Plan {
    id: string;
    logsIngestionPrice: number;
    name: Cockpit.v1beta1.PlanName;
    retentionLogsInterval?: string;
    retentionMetricsInterval?: string;
    retentionPrice: number;
    retentionTracesInterval?: string;
    sampleIngestionPrice: number;
    tracesIngestionPrice: number;
}

Properties

id: string

ID of a given pricing plan.

logsIngestionPrice: number

Ingestion price in cents for 1 GB of logs.

Name of a given pricing plan.

retentionLogsInterval?: string

Interval of time during which Scaleway's Cockpit keeps your logs.

retentionMetricsInterval?: string

Interval of time during which Scaleway's Cockpit keeps your metrics.

retentionPrice: number

Retention price in euros per month.

retentionTracesInterval?: string

Interval of time during which Scaleway's Cockpit keeps your traces.

sampleIngestionPrice: number

Ingestion price in cents for 1 million samples.

tracesIngestionPrice: number

Ingestion price in cents for 1 GB of traces.