mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-16 10:19:23 +02:00
49f699d657
* Remove quantile definition * Complete removal of Quantile-related function * Comment in selector/simple/simple.go * Remove 'quantile' in mmsc * Rename array->exact * Update changelog * Add PR number * Rename exact benchmark * New test for exact timestamps * Add timestamp tests * More test * From feedback * Apply suggestions from code review Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Samples->Points * Rename Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
13 lines
239 B
Modula-2
13 lines
239 B
Modula-2
module go.opentelemetry.io/otel/sdk
|
|
|
|
go 1.14
|
|
|
|
replace go.opentelemetry.io/otel => ../
|
|
|
|
require (
|
|
github.com/benbjohnson/clock v1.0.3
|
|
github.com/google/go-cmp v0.5.4
|
|
github.com/stretchr/testify v1.6.1
|
|
go.opentelemetry.io/otel v0.15.0
|
|
)
|