Skip to content

Commit

Permalink
feat: rename autopush prefix metrics to autoconnect (#822)
Browse files Browse the repository at this point in the history
feat: rename autopush prefix metrics to autoconnect
  • Loading branch information
taddes authored Jan 15, 2025
1 parent 2f83c7c commit 9a166de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoconnect/autoconnect-settings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl Default for Settings {
crypto_key: format!("[{}]", Fernet::generate_key()),
statsd_host: Some("localhost".to_owned()),
// Matches the legacy value
statsd_label: "autopush".to_owned(),
statsd_label: "autoconnect".to_owned(),
statsd_port: 8125,
db_dsn: None,
db_settings: "".to_owned(),
Expand Down

0 comments on commit 9a166de

Please sign in to comment.