Santosh Cheler

Results 52 comments of Santosh Cheler

That would still require periodic polling on a separate channel/connection, which is prohibitive for client-side environments. So it is not about http vs websocket, but about having two separate channels...

That's a good point. It will be a limitation for cases when collector is required and the SDKs need to use the original method. Also, it's not clear to me...

@tdunning looks like the PR was never merged. This is of interest to us too, so if there are any review comments we can take a look at addressing them...

@MSNev can you list some pros and cons of JSON.stringify'ing those nested objects as strings?

if LogRecord allows objects/key-value pairs for attribute values, then that is sufficient to address the requirements of RUM. @MSNev?

> I would like to be able to start a span that never ends, and yet I would like to report its current state (i.e., "still alive!", e.g., change of...

> So the question here is: is it really worthwhile to introduce map-valued/nested attributes? Do we have any other use case than HTTP attributes? Because if it's only that one...

1. If scope attributes describe *only* scope and span attributes describe the span, then the attributes cannot be overridden when flattening. 2. if we want to support overriding attributes, it...

To me the key takeaway from this proposal is it introduces a new type of context in a dimension orthogonal to a trace - called a session. Typically, this is...

@harshit-splunk @dmitryax is this supposed to include pod logs? What does `pull` of `pods` and `deployment` in your example configuration refer to?