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
Tyler Yahn 76c370f1b1
Document public metric SDK interfaces to remain stable (#4396)
* Document public ifaces to remain stable

Resolve #3673

* Revert changes to aggregation pkg

* Document reader as an interface that can be extended

* Address feedback

---------

Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
2023-09-06 13:55:56 -07:00
..
internal Fix guard of measured value to not record empty (#4452) 2023-08-18 06:43:09 -07:00
metricdata Ignore value option for metricdatatest (#4447) 2023-09-05 19:00:06 +02:00
aggregation_test.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
aggregation.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
benchmark_test.go Switch Stream back to having an AttributeFilter field and add New*Filter functions (#4444) 2023-08-25 07:39:43 -07:00
cache_test.go sdk/metric: Fix goroutine leaks in tests (#4352) 2023-07-25 10:54:08 +02:00
cache.go docs(typos): Run codespell to fix typos (#3980) 2023-04-11 17:28:13 -07:00
config_test.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
config.go sdk/metric: Remove Reader.ForceFlush and ManualReader.ForceFlush (#4375) 2023-08-11 09:22:21 +02: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 Upgrade all use of semconv to v1.21.0 (#4408) 2023-08-07 09:30:40 -07:00
exporter.go Document public metric SDK interfaces to remain stable (#4396) 2023-09-06 13:55:56 -07:00
go.mod dependabot updates Tue Sep 5 06:35:43 UTC 2023 (#4477) 2023-09-05 09:04:55 +02:00
go.sum dependabot updates Tue Sep 5 06:35:43 UTC 2023 (#4477) 2023-09-05 09:04:55 +02:00
instrument_test.go Replace internal aggregate Aggregator with Measure/ComputeAggregation and a Builder (#4304) 2023-07-17 16:15:50 +02:00
instrument.go Switch Stream back to having an AttributeFilter field and add New*Filter functions (#4444) 2023-08-25 07:39:43 -07:00
instrumentkind_string.go Use inst ID for agg cache key (#4337) 2023-07-19 09:59:07 -07:00
manual_reader_test.go Change metric.Producer to be an Option on Reader (#4346) 2023-08-11 12:40:39 -07:00
manual_reader.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
meter_test.go Switch Stream back to having an AttributeFilter field and add New*Filter functions (#4444) 2023-08-25 07:39:43 -07:00
meter.go Increase instrument name maximum length from 63 to 255 characters (#4434) 2023-08-11 09:49:47 +02:00
periodic_reader_test.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
periodic_reader.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
pipeline_registry_test.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
pipeline_test.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
pipeline.go Switch Stream back to having an AttributeFilter field and add New*Filter functions (#4444) 2023-08-25 07:39:43 -07:00
provider_test.go sdk/metric: Fix goroutine leaks in tests (#4352) 2023-07-25 10:54:08 +02:00
provider.go sdk/metric: Remove Reader.ForceFlush and ManualReader.ForceFlush (#4375) 2023-08-11 09:22:21 +02:00
reader_test.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
reader.go Document public metric SDK interfaces to remain stable (#4396) 2023-09-06 13:55:56 -07: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.17.0/v0.40.0/v0.0.5 (#4464) 2023-08-28 07:50:03 -07:00
view_test.go Switch Stream back to having an AttributeFilter field and add New*Filter functions (#4444) 2023-08-25 07:39:43 -07:00
view.go Switch Stream back to having an AttributeFilter field and add New*Filter functions (#4444) 2023-08-25 07:39:43 -07:00