issues
search
splitio
/
split-synchronizer
Golang agent for Split SDKs
Other
16
stars
15
forks
source link
added do not send ip address flag and honors ip from redis
#95
Closed
mmelograno
closed
5 years ago
mmelograno
commented
5 years ago
Split Synchronizer
What did you accomplish?
Honor what comes from redis to not send machine name and machine ip to Split Servers.
Added
IPAddressesEnabled
flag to enable/disable sending data to Split Servers for metrics/counters and gauges,
How do we test the changes introduced in this PR?
go test ./...
Check in Split UI if machine ip and machine name is not displayed when you disable the flag.
Extra Notes
Split Synchronizer
What did you accomplish?
IPAddressesEnabled
flag to enable/disable sending data to Split Servers for metrics/counters and gauges,How do we test the changes introduced in this PR?
go test ./...
Extra Notes