(Deprecated) A pricing plan is associated with each Cockpit. Pricing plans give you information on how you are billed for the Cockpit product.
Get current plan
Retrieve a pricing plan for the given Project, specified by the ID of the Project. Deprecated due to retention now being managed at the data source level.
query Parameters
project_idID of the Project. (UUID format)
Get current plan › Responses
nameName of a given pricing plan.
retention_metrics_intervalInterval of time during which Scaleway's Cockpit keeps your metrics. (in seconds)
retention_logs_intervalInterval of time during which Scaleway's Cockpit keeps your logs. (in seconds)
retention_traces_intervalInterval of time during which Scaleway's Cockpit keeps your traces. (in seconds)
sample_ingestion_priceIngestion price in cents for 1 million samples.
logs_ingestion_priceIngestion price in cents for 1 GB of logs.
traces_ingestion_priceIngestion price in cents for 1 GB of traces.
monthly_priceRetention price in euros per month.
List plan types
Retrieve a list of available pricing plan types. Deprecated due to retention now being managed at the data source level.
query Parameters
pagePage number.
page_sizePage size.
order_byList plan types › Responses
total_countTotal count of available pricing plans.
Plan types information.
Apply a pricing plan
Apply a pricing plan on a given Project. You must specify the ID of the pricing plan type. Note that you will be billed for the plan you apply. Deprecated due to retention now being managed at the data source level.
Apply a pricing plan › Request Body
project_idID of the Project. (UUID format)
plan_nameName of the pricing plan.
Apply a pricing plan › Responses
nameName of a given pricing plan.
retention_metrics_intervalInterval of time during which Scaleway's Cockpit keeps your metrics. (in seconds)
retention_logs_intervalInterval of time during which Scaleway's Cockpit keeps your logs. (in seconds)
retention_traces_intervalInterval of time during which Scaleway's Cockpit keeps your traces. (in seconds)
sample_ingestion_priceIngestion price in cents for 1 million samples.
logs_ingestion_priceIngestion price in cents for 1 GB of logs.
traces_ingestion_priceIngestion price in cents for 1 GB of traces.
monthly_priceRetention price in euros per month.