Bogdan Drutu

Results 152 issues of Bogdan Drutu

Updates https://github.com/open-telemetry/opentelemetry-collector/issues/4714 Signed-off-by: Bogdan

After https://github.com/open-telemetry/opentelemetry-collector/pull/5677 was merged, we no longer use `LogLevel` the way was before (where we set it for zap.Core). We need to look into what that configuration does right now,...

enhancement
exporter/logging

An example from core can be found here https://github.com/open-telemetry/opentelemetry-collector/pull/5895 - [x] Change receivers - [x] Change processors - [ ] Change exporters - [x] Change extensions

help wanted
good first issue

In the proto: https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/trace/v1/trace.proto#L264 In the specs: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status Proposal: We should fix this, but we should not repeat the previous mistake of adding a new field with that name and...

Message names are not used in JSON or Protobuf encoding, so this is a no-op for both json and proto wire encoding. Signed-off-by: Bogdan Drutu

If yes, then I think we should change Gauge DataPoints to be a different message than "NumberDataPoint". That will allow us to diverge from Sum. This is not a breaking...

Fixes https://github.com/open-telemetry/opentelemetry-proto/issues/363 The reason is to keep the proto interface as minimal as possible, and the helper masks are just helpers, and not part of the protocol. They can be...