We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c64fe2 commit 7e45fffCopy full SHA for 7e45fff
tests/performance/locust_settings.py
@@ -44,8 +44,8 @@ class LocustSettings(BaseSettings):
44
LOCUST_RUN_TIME: timedelta
45
LOCUST_SPAWN_RATE: PositiveInt = Field(default=20)
46
47
- # Options for Timescale + Grafana Dashboards
48
- # SEE https://github.com/SvenskaSpel/locust-plugins/blob/master/locust_plugins/timescale/
+ # Timescale: Log and graph results using TimescaleDB and Grafana dashboards
+ # SEE https://github.com/SvenskaSpel/locust-plugins/tree/master/locust_plugins/dashboards
49
#
50
LOCUST_TIMESCALE: NonNegativeInt = Field(
51
default=1,
0 commit comments