mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-16 15:22:06 +03:00
Remove unnecessary stats collector in favor of monitor
This commit is contained in:
parent
cb9816aa91
commit
85ab051b9a
@ -132,10 +132,6 @@ def parse_and_error_handle(data):
|
||||
validationResults = validator.validate(parsed_message)
|
||||
|
||||
if validationResults.severity <= ValidationSeverity.WARN:
|
||||
|
||||
statsCollector.tally(parsed_message["$schemaRef"])
|
||||
statsCollector.tally(parsed_message['header']['softwareName'] + " " + parsed_message['header']['softwareVersion'])
|
||||
|
||||
parsed_message['header']['gatewayTimestamp'] = datetime.utcnow().isoformat()
|
||||
|
||||
ip_hash_salt = Settings.GATEWAY_IP_KEY_SALT
|
||||
|
@ -13,7 +13,6 @@ class _Settings(object):
|
||||
# Relay settings
|
||||
###############################################################################
|
||||
|
||||
# RELAY_RECEIVER_BINDINGS = ["tcp://localhost:8500"]
|
||||
RELAY_RECEIVER_BINDINGS = ["tcp://eddn-gateway.elite-markets.net:8500", "tcp://eddn-gateway.ed-td.space:8500"]
|
||||
|
||||
RELAY_SENDER_BINDINGS = ["tcp://*:9500"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user