lastseen icon indicating copy to clipboard operation
lastseen copied to clipboard

Last-seen sketch implementation in Go

lastseen Circle CI GoDoc

Package lastseen implements a last-seen sketch in Go.

Refer to our blog post for an explanation of how it works: https://www.vividcortex.com/blog/2015/07/10/probabilistic-sampling-sketch/.

Contributing

We only accept pull requests for minor fixes or improvements. This includes:

  • Small bug fixes
  • Typos
  • Documentation or comments

Please open issues to discuss new features. Pull requests for new features will be rejected, so we recommend forking the repository and making changes in your fork for your use case.

License

MIT (see LICENSE)