Skip to content

Commit

Permalink
trying mermaid instead
Browse files Browse the repository at this point in the history
  • Loading branch information
alteryx-sezell committed Feb 26, 2024
1 parent 2fc93ff commit 1f265e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/database_listeners_sequence_diagram.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
```plantuml
```mermaid
# Grasshopper (Locust) Database Listeners
@startuml
sequenceDiagram
actor GrasshopperTest
control LaunchTest
boundary Grasshopper
Expand Down Expand Up @@ -44,5 +43,4 @@ Locust ->> LocustDBListener : call listener on request event
LocustDBListener ->> DbClient : add metric for the request
DbClient ->> Database : post data point
@enduml
```

0 comments on commit 1f265e6

Please sign in to comment.