This is an automated email from the git hooks/post-receive script.
shelikhoo pushed a change to branch main in repository pluggable-transports/snowflake.
from 97dea53 Update Relay Pattern format to include dollar sign new 211254f Add distinct IP counter new fa7d1e2 Add distinct IP counter to metrics new 2541b13 Add distinct IP counter to broker new be40b62 Add go sum for hyperloglog new af11343 Update distinct counter interface new b18e6fc Add document for Distinct IP file new 35e9ab8 Use truncated hash instead crc64 for counted hash
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: broker/broker.go | 17 ++++++++ broker/ipc.go | 1 + broker/metrics.go | 13 ++++++ common/ipsetsink/sink.go | 55 +++++++++++++++++++++++ common/ipsetsink/sink_test.go | 47 ++++++++++++++++++++ common/ipsetsink/sinkcluster/common.go | 24 ++++++++++ common/ipsetsink/sinkcluster/reader.go | 60 +++++++++++++++++++++++++ common/ipsetsink/sinkcluster/writer.go | 68 +++++++++++++++++++++++++++++ common/ipsetsink/sinkcluster/writer_test.go | 33 ++++++++++++++ distinctcounter/counter.go | 37 ++++++++++++++++ go.mod | 1 + go.sum | 2 + 12 files changed, 358 insertions(+) create mode 100644 common/ipsetsink/sink.go create mode 100644 common/ipsetsink/sink_test.go create mode 100644 common/ipsetsink/sinkcluster/common.go create mode 100644 common/ipsetsink/sinkcluster/reader.go create mode 100644 common/ipsetsink/sinkcluster/writer.go create mode 100644 common/ipsetsink/sinkcluster/writer_test.go create mode 100644 distinctcounter/counter.go