1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-14 02:33:21 +02:00
opentelemetry-go/sdk/metric
Jesse Bank 1333b2f73a
Fix delegation for global MeterProviders (#5828)
Fixes #5827
Fixes #5852

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: David Ashpole <dashpole@google.com>
Co-authored-by: Damien Mathieu <42@dmathieu.com>
2024-10-04 10:19:41 +02:00
..
exemplar Rename SampledFilter to TraceBasedFilter (#5862) 2024-10-02 12:54:01 -04:00
internal [chore]: enable negative-positive rule from testifylint (#5849) 2024-09-30 08:44:52 +02:00
metricdata [chore]: enable len and empty rules from testifylint (#5832) 2024-09-21 08:04:28 -07: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]: enable error-nil rule from testifylint (#5843) 2024-09-25 11:07:59 +02:00
config.go fix(metric, log): merge explicit resource with environment variables (#5773) 2024-09-06 19:19:44 +02: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_test.go Move global random number generator to randRes field (#5819) 2024-09-16 07:31:15 -07:00
exemplar.go Rename SampledFilter to TraceBasedFilter (#5862) 2024-10-02 12:54:01 -04:00
exporter.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
go.mod Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (#5797) 2024-09-10 14:10:56 -07:00
go.sum chore(deps): update module golang.org/x/sys to v0.25.0 (#5776) 2024-09-04 17:46:07 +02: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 Fix typos (#5763) 2024-09-09 08:53:15 +02: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 Fix delegation for global MeterProviders (#5828) 2024-10-04 10:19:41 +02:00
meter.go Fix typos (#5763) 2024-09-09 08:53:15 +02:00
periodic_reader_test.go Fix typos (#5763) 2024-09-09 08:53:15 +02:00
periodic_reader.go Add errorlint linter (#5535) 2024-06-25 10:55:00 -07:00
pipeline_registry_test.go [chore]: enable len and empty rules from testifylint (#5832) 2024-09-21 08:04:28 -07:00
pipeline_test.go [chore]: enable expected-actual rule from testifylint (#5848) 2024-09-26 12:04:33 +02: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]: enable len and empty rules from testifylint (#5832) 2024-09-21 08:04:28 -07:00
provider.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
reader_test.go [chore]: enable suite-extra-assert-call rule from testifylint (#5833) 2024-09-23 08:56:45 +02: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.30.0/v0.52.0/v0.6.0/v0.0.9 (#5797) 2024-09-10 14:10:56 -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