Skip to content

Commit 9a166de

Browse files
authored
feat: rename autopush prefix metrics to autoconnect (#822)
feat: rename autopush prefix metrics to autoconnect
1 parent 2f83c7c commit 9a166de

File tree

1 file changed

+1
-1
lines changed
  • autoconnect/autoconnect-settings/src

1 file changed

+1
-1
lines changed

autoconnect/autoconnect-settings/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ impl Default for Settings {
128128
crypto_key: format!("[{}]", Fernet::generate_key()),
129129
statsd_host: Some("localhost".to_owned()),
130130
// Matches the legacy value
131-
statsd_label: "autopush".to_owned(),
131+
statsd_label: "autoconnect".to_owned(),
132132
statsd_port: 8125,
133133
db_dsn: None,
134134
db_settings: "".to_owned(),

0 commit comments

Comments
 (0)