Open breedx-splk opened 2 months ago
Hello @breedx-splk are you still working on this?
Hi @RichardChukwu, I'm not. There is a lot of activity in the Logging SIG right now around the event api, and it definitely seems like the existing event API in the java core repo will change....which is fine, because the API talked about in THIS issue will sit in front of whatever the core implementation ends up looking like. In other words, this will abstract it away even more for users.
Would you like to work on this?
I'd like to give it a try yeah. I'm an outreachy applicant and first time contributor to this repo @breedx-splk
I'd like to give it a try yeah. I'm an outreachy applicant and first time contributor to this repo @breedx-splk
Ok, thanks for the transparency and for offering to help! I'll go ahead and assign this to you to work on. Please review the CONTRIBUTING.md guidance and ensure that you're doing your best to submit well-tested, clean code.
Application developers using this library want a simple and straightforward means of generating custom events. Right now, it's only possible to create custom events by jumping through a series of incantation steps, something like:
I'd like to see events become a first-class API on the OpenTelemetryRum interface, something more like:
which would be shorthand for something like