Josh Suereth

Results 384 comments of Josh Suereth

Hey @heathermiller / @phaller is there anything specifically we have to do for this? I think we can close this on our end, and add a serializer to, e.g. akka-contrib.

interesting, this means that Joda doesn't abide by the JavaBeans spec (not surprising). SO, another option you don't mention is sun.misc.Unsafe (see Kryo's usage as an example), or ASM bytecode...

Note: #357 is meant to give us the means to solve the issues with Java classes. Also, please take a look at the ability to provide your own pickling runtime....

You could probably implement this with your own custom pickle format if you desired. I don't see us changing the included JSON implementation for this, but I'd see it as...

So, it looks like this should not work BUT it also should not be issuing a error, see: ``` scala > scala.pickling.functions.pickleTo(vec, output) :22: error: type mismatch; found : output.type...

One thing I haven't seen in this proposal (and I'm curious what the plan for this is going forward) is when you aggregate data in columnar format given the timestamps...

@MadVikingGod > Some general questions I have about this proposal: > Does this need to be part of the SDK? Yes, we need this for GCP exporters. > Do we...

@MadVikingGod You state: > For the telemetry portion, I think a stand-alone library is much more appropriate. SDKs don't provide any ingest logic and this is an ingest problem. I'd...

@tigrannajaryan Yes, tabled it temporarily to work more directly with metrics. I still think this is an unresolved issue w/ semantic conventions + telemetry.

@jmacd Commented offline, but recording here for posterity. > Instead of two metrics, "health" and "uptime", I propose a single non-monotonic Sum named "alive" with value 1. This data type...