1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-07 23:02:15 +02:00
opentelemetry-go/sdk/metric
2024-08-26 18:50:33 -07:00
..
internal fix(deps): update module github.com/golangci/golangci-lint to v1.60.2 (#5711) 2024-08-23 08:07:25 -07:00
metricdata Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
aggregation_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
aggregation.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
benchmark_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
cache_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
cache.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
config_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
config.go Add missing word in WithView() doc string (#5506) 2024-06-14 09:43:17 -07:00
doc.go Add comment to other observable instruments about repeated creation with callbacks (#5606) 2024-07-12 11:45:51 -07:00
env.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
example_test.go Upgrade semconv use to v1.26.0 (#5490) 2024-06-06 09:36:59 -07:00
exemplar.go Move time.Now call into exemplar reservoir to improve performance (#5545) 2024-07-01 09:36:11 -07:00
exporter.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
go.mod Replace go 1.21 with go 1.22 in go mod (#5740) 2024-08-26 18:50:33 -07:00
go.sum chore(deps): update module golang.org/x/sys to v0.24.0 (#5700) 2024-08-08 19:01:15 -07:00
instrument_test.go Add the synchronous gauge to the metric API and SDK (#5304) 2024-05-16 09:56:40 -07:00
instrument.go Remove zeroInstrumentKind (#5433) 2024-05-30 11:27:07 -07:00
instrumentkind_string.go Fix exported instrument kind const value change (#5385) 2024-05-21 08:46:38 -07:00
manual_reader_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
manual_reader.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
meter_test.go Use Distinct instead of Set for map keys (#5027) 2024-03-06 11:11:16 +01:00
meter.go Add comment to other observable instruments about repeated creation with callbacks (#5606) 2024-07-12 11:45:51 -07:00
periodic_reader_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
periodic_reader.go Add errorlint linter (#5535) 2024-06-25 10:55:00 -07:00
pipeline_registry_test.go Fix exported instrument kind const value change (#5385) 2024-05-21 08:46:38 -07:00
pipeline_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
pipeline.go Move time.Now call into exemplar reservoir to improve performance (#5545) 2024-07-01 09:36:11 -07:00
provider_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
provider.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
reader_test.go Add the synchronous gauge to the metric API and SDK (#5304) 2024-05-16 09:56:40 -07:00
reader.go typo: fix docs (#5649) 2024-07-26 09:41:00 -07:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
version_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
version.go Release v1.29.0/v0.51.0/v0.5.0 (#5732) 2024-08-23 13:13:40 -07:00
view_test.go Add the synchronous gauge to the metric API and SDK (#5304) 2024-05-16 09:56:40 -07:00
view.go Export the Instrument IsEmpty method (#5431) 2024-05-30 07:50:34 -07:00

Metric SDK

PkgGoDev