-
**Describe the enhancement request**
`eth_call` currently takes a minimum of 3s all together.
Trace calls to investigate where the time is past.
-
JIRA Issue: https://kieker-monitoring.atlassian.net/browse/KIEKER-911
Original Reporter: nils-christian
***
It has been requested that the trace analysis tool can be instructed to "ignore" assumed c…
-
We've had a few cases where traces for calls would not show up, neither locally, encore or our own cloud. To the best of our understanding, it happens when an internal parameter validation function re…
-
Irrelevant Attribute key API calls: https://www.loom.com/share/e14cbc18074e41c186301fc7c3489c94?sid=c22dd697-ca3a-495b-8268-55829eb6fce3
Duplicate Query range API calls: https://www.loom.com/share/…
-
#### What happened
When using LiteLLM with Redis caching enabled and making parallel calls, incorrect trace_ids are being sent to Langfuse, despite langfuse_context.get_current_trace_id() returning…
-
I use something like this to trace malloc and free calls:
```python
import gdb
last_size = None
malloc_map = {}
def expr_as_int(expr):
return int(str(gdb.parse_and_eval("(void*)(%s)" % e…
-
To aid with debugging of OCCT issues, a tool that could extract the OCP calls (with parameter values) either statically or dynamically from build123d code would enable rapid creation of OCCT test case…
gumyr updated
3 weeks ago
-
### [READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in __the code in this repository__.
If you have a general question, need help debugging, or fall into som…
-
Trace calls/syscalls in emulation, debug mode using `dcs*` etc.
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
2.18.0
### Steps to Reproduce
1. Have a view like
```
class StreamingView(APIView):
def post(self, request, *args, **kwargs):
…