Skip to content

Commit

Permalink
moving plantuml to a puml file
Browse files Browse the repository at this point in the history
  • Loading branch information
alteryx-sezell committed Feb 27, 2024
1 parent 1f265e6 commit 0b9f94b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```mermaid
# Grasshopper (Locust) Database Listeners
sequenceDiagram

@startuml
actor GrasshopperTest
control LaunchTest
boundary Grasshopper
Expand Down Expand Up @@ -43,4 +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 0b9f94b

Please sign in to comment.