#1 jaeger
Package jaeger contains the code for Jaeger backend.
Package levenshtein implements distance and similarity metrics for strings, based on the Levenshtein measure.
Health score 51/100, confidence 80/100.
| Latest version | v1.2.3 |
| Imported by | 128 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 6 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Params | Type | type Params struct{} |
| NewParams | Function | func NewParams() *Params |
| Params.BonusPrefix | Method | func (p *Params) BonusPrefix(v int) *Params |
| Params.BonusScale | Method | func (p *Params) BonusScale(v float64) *Params |
| Params.BonusThreshold | Method | func (p *Params) BonusThreshold(v float64) *Params |
| Params.Clone | Method | func (p *Params) Clone() *Params |
| Params.DelCost | Method | func (p *Params) DelCost(v int) *Params |
| Params.InsCost | Method | func (p *Params) InsCost(v int) *Params |
| Params.MaxCost | Method | func (p *Params) MaxCost(v int) *Params |
| Params.MinScore | Method | func (p *Params) MinScore(v float64) *Params |
| Params.SubCost | Method | func (p *Params) SubCost(v int) *Params |
| Calculate | Function | func Calculate(str1, str2 []rune, maxCost, insCost, subCost, delCost int) (dist, prefixLen, suffixLen int) |
Package jaeger contains the code for Jaeger backend.
Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
Package jaeger contains the code for Jaeger backend.
Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
The Prometheus monitoring system and time series database.
OpenTelemetry Go API and SDK