Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knit9 #307

Merged
merged 5 commits into from
Sep 23, 2024
Merged

Knit9 #307

Show file tree
Hide file tree
Changes from all commits
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
318 changes: 318 additions & 0 deletions fabric_examples/public_demos/KNIT9/grafana-controls.ipynb

Large diffs are not rendered by default.

160 changes: 160 additions & 0 deletions fabric_examples/public_demos/KNIT9/grafana-explore.ipynb

Large diffs are not rendered by default.

619 changes: 619 additions & 0 deletions fabric_examples/public_demos/KNIT9/public-API.ipynb

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions fabric_examples/public_demos/demos_and_tutorials.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
"Note: Although all of these examples are useful references for creating your own experiments, many of these presentations were created for specific live events and may not be updated to work with current FABRIC software/infrastructure. In addition, many of these examples are designed to work for a specific project or user. You will likely need to modify the demos for your specific situation. \n"
]
},
{
"cell_type": "markdown",
"id": "fdc9cdfd",
"metadata": {},
"source": [
"## KNIT 9: Tutorials (Tuesday Sept 24, 2034)\n",
"\n",
"### Using the FABRIC Infrastructure Performance Data\n",
"- [Grafana Dashboard Controls](KNIT9/grafana-controls.ipynb) Shows how to navigate Grafana Dashboards\n",
"- [Grafana Explore](KNIT9/grafana-explore.ipynb) Shows how to use Grafana's Explore pages\n",
"- [Public API for Infrastructure Metrics](KNIT9/public-API.ipynb) Shows how to use the REST API "
]
},
{
"cell_type": "markdown",
"id": "19651fde-76e0-4e82-ada1-29e3b8d0541a",
Expand Down
Loading