Kushal Chordiya
Kushal Chordiya
**Is your feature request related to a problem? Please describe.** I'm using the OTLP receiver for collecting logs into the otel collector. The body of my logs is JSON but...
### Is your feature request related to a problem? Please describe. Exporting logs from the application to otel collector directly using an otlp exporter is not possible ### A clear...
I'm frequently getting these messages on a springboot project ```java btrace WARNING: java.lang.IllegalAccessException: class org.openjdk.btrace.instr.ClassInfo cannot access a member of class java.lang.ClassLoader (in module java.base) with modifiers "static" java.lang.IllegalAccessException: class...
I'm trying to use BTrace on a kotlin webserver which uses coroutines and it leads to frequent NullPointerExceptions. On top of this, it seems BTrace onReturn method is also failing...
**Is your feature request related to a problem? Please describe.** I'm using the OTLP receiver for collecting logs into the otel collector. The body of my logs is JSON but...
In the langchain.vectorstores.opensearch_vector_search.py, in the add_texts function, around line 247, we have the following code ```python embeddings = [ self.embedding_function.embed_documents(list(text))[0] for text in texts ] ``` the goal of the...
## Is your feature request related to a problem? Please describe I want to be able to build docker images with leeway that can target ARM64 cpus, without needing to...