1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/sdk/metric
OpenTelemetry Bot 1c2fbf50df
dependabot updates Mon Oct 9 08:29:23 UTC 2023 (#4596)
Bump codespell from 2.2.5 to 2.2.6
Bump golang.org/x/sys from 0.12.0 to 0.13.0 in /sdk
Bump stefanzweifel/git-auto-commit-action from 4 to 5
Bump github.com/jcchavezs/porto from 0.4.0 to 0.5.1 in /internal/tools
Bump golang.org/x/tools from 0.13.0 to 0.14.0 in /internal/tools
Bump github.com/prometheus/client_model from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0 in /exporters/prometheus
2023-10-09 10:44:40 +02:00
..
internal Drop support for Go 1.19 (#4481) 2023-09-07 12:18:29 -05:00
metricdata Use a TB interface in metricdatatest (#4483) 2023-09-11 07:26:21 -07:00
aggregation_test.go Flatten sdk/metric/aggregation into sdk/metric (#4435) 2023-08-14 08:15:15 -07:00
aggregation.go Add Base2ExponentialHistogram example (#4518) 2023-09-18 10:05:33 +02: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 Add and refine metrics examples (#4504) 2023-09-14 08:17:20 +02: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 sdk/metric: Update package example (#4540) 2023-09-22 08:04:06 +02:00
exporter.go Document public metric SDK interfaces to remain stable (#4396) 2023-09-06 13:55:56 -07:00
go.mod dependabot updates Mon Oct 9 08:29:23 UTC 2023 (#4596) 2023-10-09 10:44:40 +02:00
go.sum dependabot updates Mon Oct 9 08:29:23 UTC 2023 (#4596) 2023-10-09 10:44:40 +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 Allow '/' character in instrument names (#4501) 2023-09-13 09:01:34 -07:00
meter.go Allow '/' character in instrument names (#4501) 2023-09-13 09:01:34 -07: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 Fix typos in comments (#4553) 2023-09-26 10:05:53 +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.19.0/v0.42.0/v0.0.7 (#4568) 2023-09-28 12:28:51 -07:00
view_test.go Add and refine metrics examples (#4504) 2023-09-14 08:17:20 +02:00
view.go sdk/metric: Refine NewView wildcard comment (#4530) 2023-09-19 07:30:26 -07:00