Bogdan Drutu

Results 152 issues of Bogdan Drutu

enhancement
pkg-assert
ready-for-merge

The new metrics API is much cleaner and more consistent with other languages, congrats on this new released API. I would like to propose a "MustMeter" as a helper/contrib: ```golang...

enhancement

Right now there are 2 ways/APIs to register a callback associated with a Observer: * https://pkg.go.dev/go.opentelemetry.io/otel/[email protected]/instrument#WithInt64Callback * And RegisterCallback on https://pkg.go.dev/go.opentelemetry.io/otel/[email protected]#Meter **Questions:** * With the `RegisterCallback` you can stop collection,...

enhancement

- [ ] #9808 - [x] [configcompression] Update public methods to accept context.Context - [x] #9807 - [x] #9812 - [x] #9105 - [x] [configopaque] Update public methods to accept...

release:required-for-ga
area:config

We are about to release more packages as stable, and we need to have a clear structure of dependencies between packages. We need to document (maybe enforce) restrictions on which...

release:required-for-ga

The API package already uses std in other places.

https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/context/context.md#create-a-key

bug