Bogdan Drutu
Bogdan Drutu
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...
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,...
- [ ] #9808 - [x] [configcompression] Update public methods to accept context.Context - [x] #9807 - [x] #9812 - [x] #9105 - [x] [configopaque] Update public methods to accept...
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...
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
Signed-off-by: Bogdan Drutu