Brandon Johnson

Results 42 comments of Brandon Johnson

Gave these questions some further thought; Here's my opinion: 1. We should support at least using the aliases (using e.g. DEBUG, INFO, INFO2, case insensitive). As a user, there's no...

Is this true even with "layout_type" set to "gotime"? I feel like I've had the native go library do this type of time parsing just fine.

> > Interesting. It sounds like this will present a problem until we expect the id to be an arbitrary array of 16 bytes. > > @andykellr I am not...

@tigrannajaryan Yep, we're good with merging this 👍

> @BinaryFissionGames Could we put this in `pkg` and make it just a module instead of an extension? Usually extensions are supposed to export a component that gets put into...

Encoding seems like another example of a module that is not component that's nested under extension: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/encoding

@evan-bradley It's ready for review now, I tend to open things in draft and come back to them with a fresh mind to look back over the PR, turns out...

Want to give a +1 to this, we recently encountered an issue with a misbehaving proxy that kept the OpAMP connection alive, despite the fact that the agent pod didn't...

It'd be worth looking into some library for this, e.g. [lsp4intellij](https://github.com/ballerina-platform/lsp4intellij), if you haven't already.