diff --git a/src/provider/[provider].md b/src/provider/[provider].md index 1fe8d5a..c8d1205 100644 --- a/src/provider/[provider].md +++ b/src/provider/[provider].md @@ -44,7 +44,8 @@ _How an SP performs again the [(TBD) "warm" service class](https://github.com/fi y: d => d.successful_retrieval_requests / d.total_retrieval_requests * 100 || 0, stroke: "orange", tip: true - }) + }), + Plot.ruleY([90], {stroke: "green", strokeWidth: 3}) ] })) ``` @@ -86,6 +87,8 @@ _How an SP performs again the [(TBD) "warm" service class](https://github.com/fi #### Durability +
+
```js @@ -116,6 +119,31 @@ resize((width) => Plot.plot({
+
+ +```js +resize((width) => Plot.plot({ + title: "Active Sectors", + subtitle: "Number of active sectors per day.", + x: {label: "Date"}, + y: {grid: true, label: "Sectors"}, + width, + marks: [ + Plot.ruleY([0]), + Plot.lineY(provider_metrics, { + x: "date", + y: "active_sectors", + stroke: "steelblue", + tip: true + }) + ] +})) +``` + +
+ +
+ ## Storage Provider Activity ### Deals