Feat/990/cleanup monitoring code (#1138)

* remove statsd dependencie

* remove monitoring related code

* removed statsd configuration

* fixed tests

* Removed monitoring docker compose file.

Remove statsd settings from test fixture.
Removed statsd related code from benchmarking tests

* removed monitoring related documentation

* remove unused import
This commit is contained in:
Rodolphe Marques
2017-02-03 10:28:28 +01:00
committed by GitHub
parent d14f06c9d0
commit 2fe9c47b63
21 changed files with 3 additions and 345 deletions

View File

@@ -62,14 +62,6 @@ resource "aws_security_group" "node_sg1" {
cidr_blocks = ["0.0.0.0/0"]
}
# StatsD
ingress {
from_port = 8125
to_port = 8125
protocol = "udp"
cidr_blocks = ["0.0.0.0/0"]
}
# Future: Don't allow port 8080 for the RethinkDB web interface.
# Use a SOCKS proxy or reverse proxy instead.