1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-26 21:05:00 +02:00
opentelemetry-go/sdk/metric
ian e90ab80076
Corrent comments for the metric data storage location (#5999)
Replace the term "out" with "rm" for better clarity.
Original comments referred to "out", which can be ambiguous in this
context.
2024-11-25 10:29:04 +01:00
..
exemplar Add selector of exemplar reservoir providers to metric.Stream configuration (#5861) 2024-10-18 09:05:10 -04:00
internal Fix lint issues for golangci-lint 1.62.0 (#5967) 2024-11-13 08:58:59 +01:00
metricdata [chore]: enable all rules of perfsprint (#5978) 2024-11-18 10:04:50 +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] Use errors.Join to unify errors (#5907) 2024-10-22 15:10:05 -07:00
config.go [chore] Use errors.Join to unify errors (#5907) 2024-10-22 15:10:05 -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 Add selector of exemplar reservoir providers to metric.Stream configuration (#5861) 2024-10-18 09:05:10 -04:00
exemplar_test.go Move global random number generator to randRes field (#5819) 2024-09-16 07:31:15 -07:00
exemplar.go Revert Cleanup interaction of exemplar and aggregation (#5913) 2024-10-23 10:48:07 -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/stretchr/testify to v1.10.0 (#6000) 2024-11-23 07:49:00 -08:00
go.sum fix(deps): update module github.com/stretchr/testify to v1.10.0 (#6000) 2024-11-23 07:49:00 -08:00
instrument_test.go Revert Cleanup interaction of exemplar and aggregation (#5913) 2024-10-23 10:48:07 -07:00
instrument.go Add selector of exemplar reservoir providers to metric.Stream configuration (#5861) 2024-10-18 09:05:10 -04: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] Use errors.Join to unify errors (#5907) 2024-10-22 15:10:05 -07:00
meter_test.go Allow configuring the exemplar filter on the metrics SDK (#5850) 2024-10-11 16:02:20 -04:00
meter.go [chore]: enable all rules of perfsprint (#5978) 2024-11-18 10:04:50 +01:00
periodic_reader_test.go Fix typos (#5763) 2024-09-09 08:53:15 +02:00
periodic_reader.go [chore] Use errors.Join to unify errors (#5907) 2024-10-22 15:10:05 -07:00
pipeline_registry_test.go Allow configuring the exemplar filter on the metrics SDK (#5850) 2024-10-11 16:02:20 -04:00
pipeline_test.go Fix incorrect metrics getting generated from multiple readers (#5900) 2024-11-08 07:29:38 +01:00
pipeline.go Allow GC to collect unneeded slice elements (#5804) 2024-11-08 07:36:35 +01:00
provider_test.go Make scope attributes as identifying for Meter (#5926) 2024-10-30 06:29:32 +01:00
provider.go Make scope attributes as identifying for Meter (#5926) 2024-10-30 06:29:32 +01:00
reader_test.go [chore] Use errors.Join to unify errors (#5907) 2024-10-22 15:10:05 -07:00
reader.go Corrent comments for the metric data storage location (#5999) 2024-11-25 10:29:04 +01: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.32.0/v0.54.0/v0.8.0/v0.0.11 (#5960) 2024-11-08 18:52:26 +01: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 Add selector of exemplar reservoir providers to metric.Stream configuration (#5861) 2024-10-18 09:05:10 -04:00

Metric SDK

PkgGoDev