1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/sdk/metric
David Ashpole de26aaa52e
Metric SDK: Do not export non-observed attribute sets for async instruments (#4290)
* drop non-observed attribute sets

* fix test comment

* add documentation for async callbacks dropping unobserved attributes
2023-07-11 07:19:38 -07:00
..
aggregation Recommend not recording cumulative explicit histogram min/max (#3403) 2022-10-31 18:59:05 -07:00
internal Metric SDK: Do not export non-observed attribute sets for async instruments (#4290) 2023-07-11 07:19:38 -07:00
metricdata Exponential Histogram Datatypes (#4165) 2023-06-14 07:36:13 -07:00
benchmark_test.go Replace Stream.AttributeFilter with AllowAttributeKeys (#4288) 2023-07-08 08:01:47 -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 sdk/metric: Document concurrent safety (#4252) 2023-06-23 16:25:54 +02:00
go.mod dependabot updates Sun Jul 9 14:40:56 UTC 2023 (#4301) 2023-07-09 20:25:46 +02:00
go.sum dependabot updates Sun Jul 9 14:40:56 UTC 2023 (#4301) 2023-07-09 20:25:46 +02:00
instrument_test.go Move aggs to internal/aggregate (#4283) 2023-07-03 10:53:00 +02:00
instrument.go Replace Stream.AttributeFilter with AllowAttributeKeys (#4288) 2023-07-08 08:01:47 -07:00
manual_reader_test.go Document and test honoring context in metric readers Collect (#4267) 2023-06-29 13:20:47 +02:00
manual_reader.go Document and test honoring context in metric readers Collect (#4267) 2023-06-29 13:20:47 +02:00
meter_test.go Metric SDK: Do not export non-observed attribute sets for async instruments (#4290) 2023-07-11 07:19:38 -07:00
meter.go Metric SDK: Do not export non-observed attribute sets for async instruments (#4290) 2023-07-11 07:19:38 -07:00
periodic_reader_test.go Document and test honoring context in metric readers Collect (#4267) 2023-06-29 13:20:47 +02:00
periodic_reader.go Document and test honoring context in metric readers Collect (#4267) 2023-06-29 13:20:47 +02:00
pipeline_registry_test.go Move aggs to internal/aggregate (#4283) 2023-07-03 10:53:00 +02:00
pipeline_test.go Use newPipeline instead of direct construction (#4285) 2023-07-02 07:17:46 -07:00
pipeline.go Replace Stream.AttributeFilter with AllowAttributeKeys (#4288) 2023-07-08 08:01:47 -07:00
provider_test.go Return noop meters once the provider has been shutdown (#4154) 2023-06-05 09:51:21 +02:00
provider.go Return noop meters once the provider has been shutdown (#4154) 2023-06-05 09:51:21 +02:00
reader_test.go sdk/metric: Fix import comments (#4086) 2023-05-19 09:25:11 -07:00
reader.go Document and test honoring context in metric readers Collect (#4267) 2023-06-29 13:20:47 +02:00
version_test.go added version.go and test file for issue 2143 (#3677) 2023-05-09 08:29:19 -07:00
version.go Release v1.16.0/v0.39.0 -- Stable Metric API (#4100) 2023-05-22 12:06:21 -07:00
view_test.go Replace Stream.AttributeFilter with AllowAttributeKeys (#4288) 2023-07-08 08:01:47 -07:00
view.go Replace Stream.AttributeFilter with AllowAttributeKeys (#4288) 2023-07-08 08:01:47 -07:00