Skip to content

Commit

Permalink
feat(docs): Add sequence diagram metrics flow
Browse files Browse the repository at this point in the history
Update README.md to include the sequence diagram with a brief explanation of the flow

Signed-off-by: ​/Thor(sten)?/ Schwesig <[email protected]>
  • Loading branch information
schwesig committed Mar 8, 2024
1 parent 45bbd83 commit 4acfe42
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions architecture/observability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@ The architecture diagram below is a graphical overview of the observability solu

![plot](./img/Observability-Architecture-v2.png)

```mermaid
sequenceDiagram
Prometheus->>Thanos: All Metrics
Thanos->>ODF: All Metrics
Thanos->>VictoriaMetrics: All Metrics
External Grafana-->>Thanos: Query A
Thanos-->>Thanos: Query A
Thanos-->>Thanos: A Metrics Age<6h
Thanos-->>ODF: Query A
ODF-->>Thanos: A 6h<Metrics Age<90d
Thanos-->>VictoriaMetrics: Query A
VictoriaMetrics-->>Thanos: A 90d<Metrics Age<1y
Thanos-->>External Grafana: Answer A
```

# Technology

The following technologies have been chosen for this solution:
Expand Down

0 comments on commit 4acfe42

Please sign in to comment.