-
I found it interesting that Prefix is listed here.
We use Stackify at work for APM+, and while it is good for application monitoring, I must confess I have never used it successfully for profiling.…
-
I've tried various config changes but my logs are not being captured or output in Stackify Prefix. Logging to text/JSON works just fine.
I'm using Serilog 2.4.0, Serilog.Sinks.Stackify 1.25.4, and …
-
I'm using `stackify-logger` together with `winston-stackify`. However, I need my program to terminate at the end. Are you planning to add a feature, which would allow to run Stackify with apps that do…
-
With more unrolling and ternary operations, it is possible to create a deep stack when generate Wasm code.
For example, the [dwconv kernel](https://github.com/google/XNNPACK/blob/master/src/f32-dwcon…
-
Your excellent component is used in our project within ASP.NET Core 1.1 application serving mostly JSON as REST API. Serilog+Stackify is used in ``Development`` environment together with two other sin…
-
Looking at the file: https://github.com/stackify/stackify-api-dotnet/blob/master/Src/StackifyLib.CoreLogger/StackifyLogger.cs I see that BeginScope simply returns null. It would be great if the code a…
-
There is a logical error with the check to see if the environment is an EC2 machine. Because of this, on first run it tries to ping a non existent EC2 server which causes a delay of 30 seconds while …
kfsit updated
4 months ago
-
Recent work on issue #613 has resulted in a discussion of opportunities for performance improvement, particularly for Seek (and Trade). This issue provides a branch for investigative work that will p…
-
**Description.**
Currently devs use console.log with strings, which can be hard to parse and analyze. Also, during dev, I often want to redirect logs etc. Setting up some basic logging standards …
-
I am getting the following error when I try to use DCEVM with multiple java agents:
```
JDWP exit error JVMTI_ERROR_INVALID_THREAD(10): cannot get thread local storage [threadControl.c:195]
FATAL…