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

feat(docs): Add sequence diagram metrics flow #60

Merged

Conversation

schwesig
Copy link
Contributor

@schwesig schwesig commented Mar 8, 2024

Add sequence diagram (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
Loading

@schwesig schwesig force-pushed the 20240308_addObservabilitySequenceDiagram branch from 4acfe42 to 6694f71 Compare March 8, 2024 21:04
Add sequence diagram (mermaid)

Signed-off-by: ​/Thor(sten)?/ Schwesig <[email protected]>
@schwesig schwesig force-pushed the 20240308_addObservabilitySequenceDiagram branch from 6694f71 to 94b3fda Compare March 8, 2024 21:16
@schwesig schwesig self-assigned this Mar 8, 2024
@schwesig schwesig added the documentation Improvements or additions to documentation label Mar 8, 2024
@schwesig schwesig marked this pull request as ready for review March 8, 2024 21:31
@schwesig schwesig merged commit 23f5567 into OCP-on-NERC:main Mar 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants