Results 40 issues of Alex Van Boxel

**What are you trying to achieve?** With this [draft collector PR](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/29299) the PubsubReceiver will be able to handle the native translation of Google Cloud LogEntry (this is a feature provided...

spec:logs
triage:deciding:needs-info

cla: yes
size/S
needs-rebase
needs-ok-to-test

Metastore should not store the protobuf native descriptors, as they are handled internally.

bug

Both message option are symaticly the same, but the `ProtoLanguageFileWriter` is unable to write the first version out (they have a different binary representation). ``` message Message { option (package.field).version...

bug

Currently the page iteration doesn't work. Listing resource just will dump them all.

enhancement

Unused import A proto file SHOULD not import another proto file without using references.

enhancement
lint

Contract leakage - Version scope It MUST always be an error when an other version of the same package is referenced.

enhancement
lint

Contract leakage - Package scope In general messages and services should only reference messages from its own package. A lint rule should be configurable to not import other packages except...

enhancement
lint

Directory and package alignment The package name and the directory should align (example package foo.bar should live in the directory foo/bar/).

enhancement
lint

Multiple fields into a new oneof May be safe if you are sure that no code sets more than one at a time. Moving any fields into an existing oneof...

enhancement
compatibility