Skip to content

Commit

Permalink
doc: add Atlas embedded graph with number of nodes
Browse files Browse the repository at this point in the history
Add an embedded Atlas graph from the early-access database instance
showing the number of nodes per job (group) type per day.

Signed-off-by: Guillaume Tucker <[email protected]>
  • Loading branch information
gctucker committed Sep 4, 2023
1 parent b311344 commit 8f6e5fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "API & Pipeline"
date: 2023-08-13
date: 2023-09-01
description: "KernelCI API and Pipeline"
weight: 2
---
Expand Down Expand Up @@ -29,6 +29,12 @@ step that produced the node passed or failed. Finally there's a list of
artifacts with URLs to know where to find all the related files (binaries,
logs, generated results etc.).

Here's a publicly available
[graph](https://charts.mongodb.com/charts-kernelci-api-staging-otxuy/public/dashboards/5b52c3c6-81bb-4658-a5f3-8ebd2e980436#)
showing the number of nodes added to the database every day:

<div style="padding: 0 0 20px 0"><iframe style="background: #FFFFFF;border: none;border-radius: 2px;box-shadow: 0 2px 10px 0 rgba(70, 76, 79, .2);" width="640" height="480" src="https://charts.mongodb.com/charts-kernelci-api-staging-otxuy/embed/charts?id=64c9fa16-ba81-40e9-8cd7-cd56fb88fbf3&maxDataAge=3600&theme=light&autoRefresh=true"></iframe></div>

> **Note:** The API doesn't manage storage, the only requirement is to provide
> publicly-available HTTP(S) URLs for each artifact.
Expand Down

0 comments on commit 8f6e5fb

Please sign in to comment.