Lalit Kumar Bhasin

Results 431 comments of Lalit Kumar Bhasin
trafficstars

This was discussed in the last community meeting. While the crash occurs during event encoding, as the library attempts to read beyond the allocated package size, but nothing wrong is...

@Yamakaky That's a fair ask. Would you like to contribute?

@Yamakaky . Regarding: ```rust let error = ...; error!(error); error!(error, "some error happened"); error!(error, "some error happened: {}", error); ``` I am confused as none of the above you shared...

> I believe error attributes are Stable ? Yes, it is but the otel semantic conventions crate will take a while to get stable, and till then we would like...

@Yamakaky wondering if you have any further questions on this?

OK, I believe we need to close this before stable release. > I was doing something like that: > > ```rust > let e = anyhow::anyhow!("pote").context("prout"); > error!(error = e.as_ref()...

@kpratyus, @DebajitDas #461 is blocker for now. Should we disable the relevant centos7 CI test to let other PRs get merged?

@svrnm The CI for webserver instrumentation has been failing for a long time now. Can you help check with @kpratyus / @DebajitDas if they can fix it soon :) Thanks.

@absaroj Can you help review this?

@ajadusum The android build is failing. Can you check if this is related to your changes ?