merger

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package merger combines multiple WorkerResult values from distributed workers into a single metrics.Result. Counters are summed, maps are merged, and histogram buckets are accumulated before computing percentiles so that cross-worker latency statistics are accurate (unlike averaging per-worker P-values, which is lossy).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Merge

func Merge(results []distributed.WorkerResult) metrics.Result

Merge combines n WorkerResult values into a single metrics.Result. An empty slice returns a zero Result.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL