Skip to content

Commit

Permalink
up line length and fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
noredistribution committed Oct 14, 2024
1 parent 40a9889 commit 8095b3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MD007:

# line length
MD013:
line_length: 120
line_length: 140
code_block_line_length: 450
tables: false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ This lab deploys a small cEOS-lab topology using containerlab and uses [gNMIc](h
## Prerequisite

- github account

- laptop or server with [Docker](https://www.docker.com/) and [git](https://git-scm.com/downloads) installed

- [arista.com] account to download cEOS-lab

cEOS-lab is autodownloaded using the arista.com token in either codespaces or the devcontainer examples.
Expand All @@ -33,12 +35,14 @@ To run it codespaces please press the button below and follow:

[Start :octicons-play-16: gNMIc-Prometheus-Grafana Lab :octicons-mark-github-24:](https://codespaces.new/aristanetworks/aclabs/tree/main?quickstart=1&devcontainer_path=.devcontainer%2Fgnmic-prometheus-grafana%2Fdevcontainer.json){ .md-button .md-button--primary target=_blank}

After the lab is deployed, the containerlab topology will automatically start and Codespaces will send a notification and reveal the `Open in Browser` button where Grafana can be accessed.
After the lab is deployed, the containerlab topology will automatically start and Codespaces
will send a notification and reveal the `Open in Browser` button where Grafana can be accessed.

![grafana1](_media/aclabs-telemetryA-grafana-ex1.png)

![grafana2](assets/img/aclabs-telemetryA-grafana-ex2.png)

![grafana3](assets/img/aclabs-telemetryA-grafana-ex3.png)

For more details and to run it in devcontainer please check the [Arista Community Labs](https://aclabs.arista.com/telemetry) site.
For more details and to run it in devcontainer please check the
[Arista Community Labs](https://aclabs.arista.com/telemetry) site.

0 comments on commit 8095b3c

Please sign in to comment.