@artilleryio/sketches-js

TypeScript implementation of DDSketch, a distributed quantile sketch algorithm

Usage no npm install needed!

<script type="module">
  import artilleryioSketchesJs from 'https://cdn.skypack.dev/@artilleryio/sketches-js';
</script>

README

sketches-js

This is a fork of @datadog/sketches-js used by Artillery with a couple of fixes that haven't been upstreamed yet:

  • Retain summary statistics on merge - PR #13
  • Set zeroCount when on merge - PR #18