Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
title: How to use the Environmental Footprint dashobard
description: Manage and track your environmental footprint with the dashboard.
tags: environmental footprint dashboards
dates:
validation: 2026-01-23
posted: 2026-01-23
---
import Requirements from '@macros/iam/requirements.mdx'

import image from './assets/scaleway-env-footprint-overview.webp'
import image2 from './assets/scaleway-env-footprint-carbon.webp'
import image3 from './assets/scaleway-env-footprint-carbon-detail.webp'

The Scaleway Environmental Footprint dashboards help you monitor and analyze the environmental impact of your cloud resource usage. They provide clear visibility into carbon and water consumption, enabling accurate reporting and informed optimization decisions.

<Requirements />

* A Scaleway account logged into the [console](https://console.scaleway.com)
* [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing actions in the target Organization

## Access the dashboards

1. In the Scaleway console, click **Environmental Footprint** under **Cost & Impact Management**.

2. An overview of your Organization’s environmental footprint for the previous and current month is displayed.
The chart shows consumption by product category. Click **View details** to open the detailed dashboard.

<Lightbox image={image} alt="Overview of an Organization’s environmental footprint." />

<Message type="tip">
You can also access the detailed dashboard from the **Footprint** tab.
</Message>

3. The detailed dashboard opens with carbon consumption data.
Click **Water** to switch to water consumption.

<Lightbox image={image2} alt="Carbon consumption for an Organization." />

## Filter consumption data

Use the filters, then click **Apply**.

Available filters:

* **Period** – Filter by month.
* **Service Category** – Product category (for example, Compute or Storage). <Message type="note">
Select a Service Category before filtering by Product. </Message>
* **Product Category** – Specific product type. Values represent the total consumption of all matching products.
* **Project** – One or more Projects in the Organization. Leave empty to include all Projects.
* **Locality** – Regions where resources are deployed. Leave empty to include all regions.

Deleted Projects appear as **Deleted**.

Click **Reset** to clear all filters.

<Message type="important">
Chart values represent total carbon or water consumption for the selected period.
Detailed per-product data is available below the chart.
</Message>

## View detailed consumption

Scroll down to view the detailed consumption list based on your filters.

<Lightbox image={image3} alt="Detailed environmental footprint per product." />

<Message type="note">
You can also retrieve consumption data using the [Environmental Footprint API](https://www.scaleway.com/en/developers/api/environmental-footprint/user-api/#path-metrics-retrieve-detailed-impact-data).
</Message>
4 changes: 4 additions & 0 deletions pages/environmental-footprint/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export const environmentalFootprintMenu = {
},
{
items: [
{
label: 'Use the Environmental Footprint dashboard',
slug: 'environmental-footprint-dashboard',
},
{
label: 'Track your monthly environmental footprint report',
slug: 'track-monthly-footprint',
Expand Down
Loading