Skip to content

Commit

Permalink
updating Diagram (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewinkedrs authored Feb 27, 2023
1 parent a746df8 commit 5298fb0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
15 changes: 14 additions & 1 deletion docs/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,20 @@ All the modules come with end-to-end deployable examples.

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.

![example diagram](images/example-diagram.svg)
``` mermaid
classDiagram
Example <|-- Base Module
Example <|-- Workload Module
class Base Module{
Amazon Managed Prometheus
Amazon Managed Grafana Data Sources
}
class Workload Module{
Amazon Distro for Open Telemetry Config
Amazon Managed Prometheus Alerts
Amazon Managed Grafana Dashboards
}
```


## Getting started with AWS Observability services
Expand Down
1 change: 0 additions & 1 deletion docs/images/example-diagram.svg

This file was deleted.

5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ markdown_extensions:
- codehilite
- footnotes
- pymdownx.critic
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format

plugins:
- search

0 comments on commit 5298fb0

Please sign in to comment.