GWicke has uploaded a new change for review. https://gerrit.wikimedia.org/r/203210
Change subject: Switch restbase from txstatsd to statsd backend ...................................................................... Switch restbase from txstatsd to statsd backend Change-Id: I0bef67b1136e3aac5f967b0d6d3f08a899c8d3ba --- M modules/restbase/templates/config.labs.yaml.erb M modules/restbase/templates/config.yaml.erb 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/10/203210/1 diff --git a/modules/restbase/templates/config.labs.yaml.erb b/modules/restbase/templates/config.labs.yaml.erb index 6983d71..925f93f 100644 --- a/modules/restbase/templates/config.labs.yaml.erb +++ b/modules/restbase/templates/config.labs.yaml.erb @@ -19,7 +19,7 @@ # StatsD metrics collection metrics: - type: txstatsd + type: statsd # default, but lets be explicit host: <%= @statsd_host %> port: <%= @statsd_port %> diff --git a/modules/restbase/templates/config.yaml.erb b/modules/restbase/templates/config.yaml.erb index 8298e72..e3d8a61 100644 --- a/modules/restbase/templates/config.yaml.erb +++ b/modules/restbase/templates/config.yaml.erb @@ -19,7 +19,7 @@ # StatsD metrics collection metrics: - type: txstatsd + type: statsd # default, but lets be explicit host: <%= @statsd_host %> port: <%= @statsd_port %> -- To view, visit https://gerrit.wikimedia.org/r/203210 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0bef67b1136e3aac5f967b0d6d3f08a899c8d3ba Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: GWicke <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
