1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-16 10:19:23 +02:00
opentelemetry-go/sdk/metric
ET 8fae0a644a
Create resource.Default() with required attributes/default values (#1507)
* Create resource.Default() with required attributes/default values

Add metric controller and tracer provider tests for resources

* Updated CHANGELOG

* PR comments

+ some small CHANGELOG PR addition, rewording
+ change default resource servicename to `unknown_service:go` (this
matches the Java codebase which uses `unknown_service:java`)
2021-02-15 12:28:37 -08:00
..
aggregator Histogram aggregator functional options (#1434) 2021-01-15 18:29:02 -05:00
controller Create resource.Default() with required attributes/default values (#1507) 2021-02-15 12:28:37 -08:00
processor Histogram aggregator functional options (#1434) 2021-01-15 18:29:02 -05:00
selector/simple Histogram aggregator functional options (#1434) 2021-01-15 18:29:02 -05:00
alignment_test.go Rename internal/testing to internal/internaltest (#1449) 2021-01-12 08:56:16 -08:00
atomicfields.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
benchmark_test.go Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
correct_test.go Remove Quantile aggregation, DDSketch aggregator; add Exact timestamps (#1412) 2021-01-12 10:19:13 -08:00
doc.go Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
go.mod Release v0.17.0 (#1534) 2021-02-15 10:48:14 -08:00
go.sum Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
histogram_stress_test.go Histogram aggregator functional options (#1434) 2021-01-15 18:29:02 -05:00
minmaxsumcount_stress_test.go Use uint64 Count consistently in metric aggregation (#1430) 2021-01-05 23:17:20 -08:00
refcount_mapped.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
sdk.go Combine the Push and Pull metric controllers (#1378) 2021-01-13 17:07:44 -05:00
stress_test.go Move metric code to a separate package (#1321) 2020-11-12 07:28:32 -08:00