-
It seems like OpenLLMetry auto-instrumentation doesn't work with ES modules. For what it's worth, this is chiefly an upstream problem with [opentelemetry-js](https://github.com/open-telemetry/opentele…
-
Hi Deno team – firstly, I wanted to say thanks for all your work creating deno. It’s impressive and I am personally looking forward to seeing more community adoption.
Our company creates a couple o…
-
When using the login function with username, password and email on a local instance of scraper, it works and I am able to use functions that need the login function. Furthermore, isLoggedIn also retu…
-
### Component(s)
receiver/sqlquery
### What happened?
## Description
The **Instrumentation Scope** is not being set to the expected value (i.e. `otelcol/sqlqueryreceiver`) in the Metric streams …
-
**What are you trying to achieve?**
Understanding the necessity of having `process.context_switches` metric.
What did you expect to see?
Process context switch is tracking how multiple proces…
-
I recently had to manually debug a case where I'd added a duplicate RPC name. The error I got when doing this is a generic server protocol error, as follows:
```mobly.snippet.errors.ServerStartProt…
-
Hi, I tried following the instructions in the `README.md` to build HexVASAN and created the following preliminary `Dockerfile`:
```
FROM ubuntu:18.04
RUN apt-get update && apt-get install -y --no-i…
-
The app never gets passed the opening screen. I tried installing it multiple times and nothing changes I tried the enabling the exploit protection compatibility mode and it didn't fix anything. I'm us…
-
As a user of Phoenix I don't want to have to go back to my IDE to iterate on a prompt. I want to be able to use the data stored in Phoenix (spans, dataets) and run them through a prompt.
## Use-cas…
-
Hello,
API in different languages define different behavior when extracting corrupted span context from a carrier.
E.g. javadoc say to throw an exception if the context is corrupted. Comment in…