Cijo Thomas
Cijo Thomas
> I'm closing this because it's not a bug in the Azure Monitor exporter. This issue is more broadly related to OpenTelemetry and completely filtering requests and their dependencies. >...
@theletterf I didn't follow the full PR, but can you confirm if the entire contents were lifted-and-shifted to the docs page? I was checking for https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/metrics#cardinality-limits and could not find...
> This is a cool idea! > > I wonder if .... > > * there are similar examples of this sort of thing in other opentelem projects we can...
> > The stress test is to test various additional scenarios, like what happens in network cable is pulled out, what if only single core is available.. what if we...
> the service_name tag appears on all the aspnetcore metrics, not on the HttpClient metrics nor the runtime metrics Where and how are you validating this? Are you using ConsoleExporter?...
https://github.com/open-telemetry/otel-arrow/pull/379 PR adding renovate to the Repo.
https://github.com/open-telemetry/opentelemetry-rust/issues/761 linking to old issue for the same problem.
https://github.com/krojew/tracing-elastic-apm/blob/master/src/apm_client.rs#L103-L104 -- most promising solution we can explore for OTLP
Self-assigned. Will investigate the feasibility and update the status.
https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry/Trace/Processor/ExceptionProcessor.cs Reference of current implementation. It may not be trivial to add this. The existing one also has to rely on reflection in some framework versions. https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/docs/trace/reporting-exceptions#unhandled-exception also shows a...