Public
Edited
May 24, 2023
Insert cell
Insert cell
humanize = require("humanize")
Insert cell
free = fetch(
"https://prometheus.nrp-nautilus.io/api/v1/query?query=linstor_storage_pool_capacity_free_bytes{backing_pool='linstor'}"
).then((response) => response.json())
Insert cell
size = fetch(
"https://prometheus.nrp-nautilus.io/api/v1/query?query=linstor_storage_pool_capacity_total_bytes{backing_pool='linstor'}"
).then((response) => response.json())
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more