Skip to content

Commit 4232a1f

Browse files
authored
Change StatsD endpoint to statsd-exporter
1 parent abbdaa0 commit 4232a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ class _CleanMessages(EnvConfig, env_prefix="clean_"):
407407
class _Stats(EnvConfig, env_prefix="stats_"):
408408

409409
presence_update_timeout: int = 30
410-
statsd_host: str = "graphite.default.svc.cluster.local"
410+
statsd_host: str = "statsd-exporter.monitoring.svc.cluster.local"
411411

412412

413413
Stats = _Stats()

0 commit comments

Comments
 (0)