Josh Suereth
Josh Suereth
We'd like to tackle this question by focusing on what use cases for metrics should be preserved between OTEL instrumentation releases *and* expected interactions with `schema_url` / Telemetry Schemas. For...
Yes. Specifically I want us to answer whether: - We can/should rely on schema_url migrations for stability *or* ask for major version bumps when the absence of schema_url usage would...
Here's an [unfinished document](https://docs.google.com/document/d/1Nvcf1wio7nDUVcrXxVUN_f8MNmcs0OzVAZLvlth1lYY/edit?usp=sharing) that walks through the problem of stability and how I'd like to think about it. I only had time to discuss Alerting instability of metrics, specifically...
Updated a [section for Metrics](https://docs.google.com/document/d/1Nvcf1wio7nDUVcrXxVUN_f8MNmcs0OzVAZLvlth1lYY/edit#heading=h.e71xzqqz0b5t) for our next meeting, including three topic points: - Should we consider explicit bucket boundary changes on histograms breaking? - Should we consider moving between...
From WG + Spec SiG: > Should we consider moving between integer / floating point values breaking? We don't enforce this in the specification today, and doing so is likely...
I have a few complaints, mostly based on naming. - `up` and `uptime` metrics can be problematic in practice. Particularly if we use UpDownCounter in prometheus we may be creating...
Hey, since you didn't get any activity, just wanted to say thank you much for the feedback! Yes sending metrics from AppEngine to GCM does seem to work. There's subtle...
The issue is that sbt considers an empty directory a valid sbt project. I'm going to retitle this request.
@eed3si9n dont' let the scripted bit fool you. The core issue here is that we need to set BOTH flags in sbt, because of inconsistent usage. See: https://github.com/sbt/sbt/blob/0.13/ivy/src/main/scala/sbt/Resolver.scala#L359 as an...
Can you elucidate more on this ticket? What is the outcome and goals. Right now, this is a known "limitation". Also, there is nothing non-deterministic, it's just the order is...