-
instrumented 3 go services on my side with a postgres on the back using Beyla. I am simply forwarding the traces to the alloy running with the k8s monitoring helm chart which forwards those to GC. Spa…
-
While working on https://github.com/cockroachdb/cockroach/pull/135146, there were a few instances in which a check `sp != nil` needed to be upgraded to also check for `&& sp.IsNoop()` to avoid creatin…
-
At client tracing spans are to be started when the request is to be sent and closed when the response arrived (or whatever way the request is terminated). The current implementation, however, creates …
-
Thanks for making this package!
If I try to highlight an exactly adjacent span (first "[`This is a n`]ice package" then "[`This is a n`][`ice`] package") to an existing span the existing span is de…
-
What is the difference between traces_spanmetrics_latency_count and traces_spanmetrics_calls_total
-
### Problem Statement
Currently Sentry doesn't seem to capture OpenTelemetry [span events](https://opentelemetry.io/docs/concepts/signals/traces/#span-events) (pushed via [span.add_event](https://ope…
-
The `#[span]` attribute includes a `guard` parameter you can use to bind an identifier in your code to a guard that you can complete manually, or just allow to drop to complete normally. Instead of th…
-
### Is this a duplicate?
- [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.m…
-
https://github.com/dotnet/csharplang/blob/main/proposals/first-class-span-types.md
VS 17.13 p1 (C# 13 が GA になった瞬間)で merge されてる。
```cs
{ }
string[] a = [];
ReadOnlySpan a2 = a; // C# 13 でも O…
-
Investigate the opensearch span limits and why traces are currently capped at a limit of 'the first 1000 spans' in the trace
Use Case: Teams can monitor complex systems which often result in traces …