{"id":51115,"library":"datadog-sketches-go","title":"DataDog Sketches Go","description":"Package sketches-go provides DataDog's distributed sketching data structures for quantile estimation.","status":"active","version":"1.4.8","language":"go","source_language":null,"source_url":"https://github.com/DataDog/sketches-go","tags":["sketches","quantile","statistics","datadog"],"install":[{"cmd":"go get github.com/DataDog/sketches-go","lang":"bash","label":"Install github.com/DataDog/sketches-go"}],"dependencies":[],"imports":[{"symbol":"sketches","correct":"github.com/DataDog/sketches-go"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/DataDog/sketches-go/ddsketch\"\n)\n\nfunc main() {\n    sketch := ddsketch.NewDefaultDDSketch()\n    sketch.Add(1.0)\n    fmt.Println(sketch)\n}","lang":"go","description":"Creates a DDSketch and adds a value."},"warnings":[],"env_vars":null,"search_vec":"'data':13 'datadog':1,9,21 'distribut':11 'estim':17 'go':3,7 'packag':4 'provid':8 'quantil':16,19 'sketch':2,6,12,18 'sketches-go':5 'statist':20 'structur':14","created_at":"2026-06-15T06:00:25.258348+00:00","updated_at":"2026-06-15T06:00:25.258348+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/DataDog/sketches-go","github":"https://github.com/DataDog/sketches-go","docs":"https://pkg.go.dev/github.com/DataDog/sketches-go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["observability","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}