Filippo Giunchedi has submitted this change and it was merged. Change subject: By-pass graphite-in; Use graphite1003 directly ......................................................................
By-pass graphite-in; Use graphite1003 directly Because Cassandra is a large producer of metrics, treat it as special-case, avoid the graphite-in bottleneck, and send directly to graphite1003. Bug: T135385 Change-Id: Ie0be5dde8feae57269db35249708cc39d7bf7bdd --- M hieradata/role/common/cassandra.yaml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Filippo Giunchedi: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/hieradata/role/common/cassandra.yaml b/hieradata/role/common/cassandra.yaml index 6478beb..f8eb317 100644 --- a/hieradata/role/common/cassandra.yaml +++ b/hieradata/role/common/cassandra.yaml @@ -1,4 +1,4 @@ -cassandra::metrics::graphite_host: 'graphite-in.eqiad.wmnet' +cassandra::metrics::graphite_host: 'graphite1003.eqiad.wmnet' cassandra::start_rpc: 'false' # TODO: set up a cluster variable similar to MySQL clusters to share -- To view, visit https://gerrit.wikimedia.org/r/290488 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie0be5dde8feae57269db35249708cc39d7bf7bdd Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Eevans <[email protected]> Gerrit-Reviewer: Eevans <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Mobrovac <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
