Joshua MacDonald
Joshua MacDonald
Not sure if you're proposing a change. What labels do you suggest? I intend to re-open 0008 today.
@yurishkuro I like your philosophical question, but I want to flip it around. If you had a data format to capture events like you described, then wouldn't it be natural...
@yurishkuro I'm comfortable sending exceptions to a tracing system. I have prior experience telling me that users want to find traces for (rare, interesting) exceptions. It _could_ be the exception-monitoring...
Given the existing metrics Views SDK specification supports the kind of query used in your example, this appears to be a request for dynamic configuration of the SDK for Views....
I'd like to consider an alternative not mentioned in this document, and I'm not sure where to propose it. Instead of two metrics, "health" and "uptime", I propose a single...
> focus more on the concepts and use cases in a bit. @anuraaga I'm starting to understand the concepts and use-cases in this OTEP. The biggest area for research and...
For the record, Lightstep internally uses a span+metrics instrumentation library that predates OpenTelemetry. In that library we have a `Scope` construct that is not quite like any of the ones...
> suddenly all my telemetry gains extra dimensions, especially the metrics where the cardinality has direct correlation on the ingestion/storage costs. Let's not keep repeating this point. This "inflation of...
[Having now specified how OpenTelemetry could use `tracestate` to convey r-values and p-values for itself](https://github.com/open-telemetry/oteps/pull/168), speaking as a member of that community, it would lead to a significantly better outcome...
Since the existing parts of a `traceparent` are base16 encoded, and whereas the version 0 `traceparent` reads like ``` traceparent: 00-TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT-SSSSSSSSSSSSSSSS-FF ``` for T, S and F being half bytes...