1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-30 21:20:04 +02:00
opentelemetry-go/sdk/metric
Julius Volz 2841e39661
Add missing word in WithView() doc string (#5506)
Signed-off-by: Julius Volz <julius.volz@gmail.com>
Co-authored-by: Sam Xie <sam@samxie.me>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2024-06-14 09:43:17 -07:00
..
internal Guard rng in exemplar rand computation (#5456) 2024-06-03 11:11:20 +02: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 [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01: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 Refactor exemplars to not use generic argument (#5285) 2024-05-07 08:12:59 -07:00
exporter.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
go.mod chore(deps): update module golang.org/x/sys to v0.21.0 (#5481) 2024-06-04 11:59:31 -07:00
go.sum chore(deps): update module golang.org/x/sys to v0.21.0 (#5481) 2024-06-04 11:59:31 -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 the synchronous gauge to the metric API and SDK (#5304) 2024-05-16 09:56:40 -07:00
periodic_reader_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
periodic_reader.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01: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 Add the synchronous gauge to the metric API and SDK (#5304) 2024-05-16 09:56:40 -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 Add the synchronous gauge to the metric API and SDK (#5304) 2024-05-16 09:56:40 -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.27.0/v0.49.0/v0.3.0 (#5392) 2024-05-21 10:59:36 -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