1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-11-30 08:46:54 +02:00
opentelemetry-go/sdk/metric
Robert Pająk 4d473d105a
[chore] Pin otel-specification hyperlinks (#4033)
Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2023-05-09 08:45:39 -07:00
..
aggregation Recommend not recording cumulative explicit histogram min/max (#3403) 2022-10-31 18:59:05 -07:00
internal Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
metricdata docs(typos): Run codespell to fix typos (#3980) 2023-04-11 17:28:13 -07:00
benchmark_test.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
cache_test.go Handle duplicate Aggregators and log instrument conflicts (#3251) 2022-10-11 15:41:47 -04:00
cache.go docs(typos): Run codespell to fix typos (#3980) 2023-04-11 17:28:13 -07:00
config_test.go Change the Reader.Collect Signature. (#3732) 2023-02-21 09:04:27 -06:00
config.go Add Metric Producer as a new interface, which returns scope metrics (#3524) 2022-12-15 07:50:45 -08:00
doc.go Replace view use from sdk/metric/view to sdk/metric (#3461) 2022-11-19 09:05:20 -08:00
env.go Support OTEL_METRIC_EXPORT_INTERVAL and OTEL_METRIC_EXPORT_TIMEOUT (#3763) 2023-02-24 09:26:47 -06:00
example_test.go Revert "Move global metric back to otel/metric/global for minor release (#3986)" (#4039) 2023-05-02 11:15:39 -07:00
exporter.go Update the metric Export interface to accept a *ResourceMetrics instead of ResourceMetrics (#3853) 2023-03-16 10:58:43 -07:00
go.mod dependabot updates Sun May 7 14:59:33 UTC 2023 (#4072) 2023-05-07 08:11:23 -07:00
go.sum dependabot updates Sun May 7 14:59:33 UTC 2023 (#4072) 2023-05-07 08:11:23 -07:00
instrument_test.go Add options to measurement methods (#3971) 2023-04-18 07:16:06 -07:00
instrument.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
manual_reader_test.go Replace view use from sdk/metric/view to sdk/metric (#3461) 2022-11-19 09:05:20 -08:00
manual_reader.go Reuse memory in metric pipelines (#3760) 2023-03-09 09:43:16 -08:00
meter_test.go [chore] Pin otel-specification hyperlinks (#4033) 2023-05-09 08:45:39 -07:00
meter.go Unify metric API into the one otel/metric package (#4018) 2023-04-27 11:25:48 -07:00
periodic_reader_test.go Update the metric Export interface to accept a *ResourceMetrics instead of ResourceMetrics (#3853) 2023-03-16 10:58:43 -07:00
periodic_reader.go Update the metric Export interface to accept a *ResourceMetrics instead of ResourceMetrics (#3853) 2023-03-16 10:58:43 -07:00
pipeline_registry_test.go Fix aggregation.Default to properly return the default one (#3967) 2023-04-05 07:44:48 -07:00
pipeline_test.go Reuse memory in metric pipelines (#3760) 2023-03-09 09:43:16 -08:00
pipeline.go [chore] Pin otel-specification hyperlinks (#4033) 2023-05-09 08:45:39 -07:00
provider_test.go Remove unnecessary build restrictions for go1.18 (#3197) 2022-09-21 10:00:00 -07:00
provider.go Add embedded private method interfaces in metric API (#3916) 2023-04-03 07:33:19 -07:00
reader_test.go docs(typos): Run codespell to fix typos (#3980) 2023-04-11 17:28:13 -07:00
reader.go Reuse memory in metric pipelines (#3760) 2023-03-09 09:43:16 -08:00
version_test.go added version.go and test file for issue 2143 (#3677) 2023-05-09 08:29:19 -07:00
version.go added version.go and test file for issue 2143 (#3677) 2023-05-09 08:29:19 -07:00
view_test.go Deprecate metric/unit and use a string for units in the metric API/SDK (#3776) 2023-02-27 08:10:56 -08:00
view.go Add View, NewView, Instrument, Stream, and InstrumentKind to sdk/metric with unit tests (#3459) 2022-11-16 08:18:02 -08:00