Type of pricing plan.

interface Plan {
    logsIngestionPrice: number;
    monthlyPrice: number;
    name: Cockpit.v1.PlanName;
    retentionLogsInterval?: string;
    retentionMetricsInterval?: string;
    retentionTracesInterval?: string;
    sampleIngestionPrice: number;
    tracesIngestionPrice: number;
}

Properties

logsIngestionPrice: number

Ingestion price in cents for 1 GB of logs.

monthlyPrice: number

Retention price in euros per month.

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.

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.