-
Related to https://github.com/interledger-rs/interledger-rs/issues/119, it might be nice to support a distributed tracing framework like https://opentracing.io/. If we start running multiple nodes tha…
-
Hi,
Can we please add the enableDistributedTracing serverless.yml config setting to the README.
custom:
newRelic:
enableDistributedTracing: false
-
I have a .NET 7 Function App (Isolated Worker) that has Application Insights setup using the same instructions [documented here](https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated…
-
Related: https://github.com/openrm/amqp-node/issues/8
We should be aware of the modern contexts. For now I have an eye on [OT spec](https://github.com/open-telemetry/opentelemetry-specification/blo…
-
#### DurableTask
- [ ] Merge OpenTelemetry PR (includes removing the old implementation and adding integration tests) [1wk]
- [ ] Add exception information [3d]
- [ ] (Optional) Add timer informati…
-
最近在mongo 上碰到物理加节点时,mongos端容易出现读延时spikes,导致业务性能受到突发影响。想定位此请求路径下的耗时时间,但是由于mongo 缺乏"tracing" 请求的能力,只好手工加日志 (但可惜的是,日志本身就会对延时、吞吐产生影响,特别是加在关键路径上的)。但更好的方式是支持tracing,比如scylladb ,这样能快速分析一个慢操作大头耗在什么地方,就专门优化那个地方…
-
Currently the webjobs sdk only appears to support distributed tracing when explicitly using the webjob application insights logger.
Using the open telemetry SDKs, including the AzureMonitor export…
-
### Summary of problem
I'd like to be able to configure on a per-client-session basis the `aiohttp` options to propagate distributed tracing headers and the `split_by_domain` option. From what I can …
-
Hi,
I want to add distributed tracing to my project. I have two microservices in Hono both configured with same sentry project. currently both of them report errors separately with no link to each …
-
### Summary
Implement in our client code
https://docs.newrelic.com/docs/browser/new-relic-browser/browser-pro-features/browser-data-distributed-tracing/
### Acceptance criteria
- [ ] Frontend has …