opentelemetry-go/sdk/metric
Tyler Yahn 17741cbd58
Upgrade semconv to 1.34.0 in sdk/metric (#6833)
2025-05-28 10:56:53 -07:00
..
exemplar all: replace math/rand with math/rand/v2 (#6732) 2025-05-15 09:21:49 +02:00
internal Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
metricdata Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
aggregation.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
aggregation_test.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.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
config.go [chore] Use errors.Join to unify errors (#5907) 2024-10-22 15:10:05 -07:00
config_test.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -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 to 1.34.0 in sdk/metric (#6833) 2025-05-28 10:56:53 -07:00
exemplar.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
exemplar_test.go Move global random number generator to `randRes` field (#5819) 2024-09-16 07:31:15 -07:00
exporter.go [chore]: enable all rules of perfsprint (#5978) 2024-11-18 10:04:50 +01:00
go.mod fix(deps): update module github.com/go-logr/logr to v1.4.3 (#6842) 2025-05-28 18:02:07 +02:00
go.sum fix(deps): update module github.com/go-logr/logr to v1.4.3 (#6842) 2025-05-28 18:02:07 +02:00
instrument.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
instrument_test.go Revert Cleanup interaction of exemplar and aggregation (#5913) 2024-10-23 10:48:07 -07:00
instrumentkind_string.go Fix exported instrument kind const value change (#5385) 2024-05-21 08:46:38 -07:00
manual_reader.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
manual_reader_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
meter.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
meter_test.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
periodic_reader.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
periodic_reader_test.go Fix typos (#5763) 2024-09-09 08:53:15 +02:00
pipeline.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
pipeline_registry_test.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
pipeline_test.go chore(deps): update module github.com/antonboom/testifylint to v1.6.0 (#6440) 2025-03-13 14:31:12 -07:00
provider.go Make scope attributes as identifying for Meter (#5926) 2024-10-30 06:29:32 +01:00
provider_test.go Make scope attributes as identifying for Meter (#5926) 2024-10-30 06:29:32 +01:00
reader.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
reader_test.go Add the `golines` golangci-lint formatter (#6513) 2025-03-30 03:46:44 -07:00
version.go Release v1.36.0/v0.58.0/v0.12.0 (#6793) 2025-05-21 09:35:39 +02:00
version_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
view.go Add selector of exemplar reservoir providers to metric.Stream configuration (#5861) 2024-10-18 09:05:10 -04:00
view_test.go Add the synchronous gauge to the metric API and SDK (#5304) 2024-05-16 09:56:40 -07:00

README.md

Metric SDK

PkgGoDev