Skip to content

Commit 5298fb0

Browse files
authored
updating Diagram (#129)
1 parent a746df8 commit 5298fb0

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

docs/concepts.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,20 @@ All the modules come with end-to-end deployable examples.
105105

106106
You can find **workload** examples like [Amazon EKS infrastructure monitoring](https://aws-observability.github.io/terraform-aws-observability-accelerator/eks/) or [monitoring your Amazon Managed Service for Prometheus workspace](https://aws-observability.github.io/terraform-aws-observability-accelerator/workloads/managed-prometheus/) and more.
107107

108-
![example diagram](images/example-diagram.svg)
108+
``` mermaid
109+
classDiagram
110+
Example <|-- Base Module
111+
Example <|-- Workload Module
112+
class Base Module{
113+
Amazon Managed Prometheus
114+
Amazon Managed Grafana Data Sources
115+
}
116+
class Workload Module{
117+
Amazon Distro for Open Telemetry Config
118+
Amazon Managed Prometheus Alerts
119+
Amazon Managed Grafana Dashboards
120+
}
121+
```
109122

110123

111124
## Getting started with AWS Observability services

docs/images/example-diagram.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ markdown_extensions:
4444
- codehilite
4545
- footnotes
4646
- pymdownx.critic
47+
- pymdownx.superfences:
48+
custom_fences:
49+
- name: mermaid
50+
class: mermaid
51+
format: !!python/name:pymdownx.superfences.fence_code_format
4752

4853
plugins:
4954
- search

0 commit comments

Comments
 (0)