1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-10 00:29:12 +02:00
opentelemetry-go/metric
2023-11-16 21:11:06 +01:00
..
embedded Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
noop Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
asyncfloat64_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
asyncfloat64.go Document how to pass attributes for all record methods (#4058) 2023-05-09 08:07:39 -07:00
asyncint64_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
asyncint64.go Document how to pass attributes for all record methods (#4058) 2023-05-09 08:07:39 -07:00
config_test.go Accept scope attributes during Meter creation (#3738) 2023-02-17 10:00:19 -08:00
config.go Accept scope attributes during Meter creation (#3738) 2023-02-17 10:00:19 -08:00
doc.go metric: Typo fix in doc (#4608) 2023-10-12 09:34:32 +02:00
example_test.go Add WithExplicitBucketBoundaries Histogram option to the metric api (#4603) 2023-10-26 12:18:37 -05:00
go.mod Release 1.21.0/0.44.0 (#4724) 2023-11-16 21:11:06 +01:00
go.sum dependabot updates Sun Oct 29 15:19:32 UTC 2023 (#4678) 2023-10-29 08:33:40 -07:00
instrument_test.go styleguide: tests goroutine leaks and naming (#4348) 2023-07-24 09:35:06 +02:00
instrument.go Add WithExplicitBucketBoundaries Histogram option to the metric api (#4603) 2023-10-26 12:18:37 -05:00
meter.go Document f in RegisterCallback needs to be concurrent safe (#4251) 2023-06-27 14:27:18 -07:00
syncfloat64_test.go Add WithExplicitBucketBoundaries Histogram option to the metric api (#4603) 2023-10-26 12:18:37 -05:00
syncfloat64.go Add WithExplicitBucketBoundaries Histogram option to the metric api (#4603) 2023-10-26 12:18:37 -05:00
syncint64_test.go Add WithExplicitBucketBoundaries Histogram option to the metric api (#4603) 2023-10-26 12:18:37 -05:00
syncint64.go Add WithExplicitBucketBoundaries Histogram option to the metric api (#4603) 2023-10-26 12:18:37 -05:00