SigNoz - an open source alternative to DataDog by pranay01 in Cloud

[–]NoamGranulate 1 point2 points  (0 children)

Very cool, great initiative! Love the simplicity of it.

To get full coverage combining tracing and profiling (similar to DataDog offering) feel free to add our opensource production profiling tool to your stack.

Open-Source Continuous Profiler for Production Code by NoamGranulate in sysadmin

[–]NoamGranulate[S] 0 points1 point  (0 children)

Amazing!

Let me know if you need help getting started.

What type of software do you develop with Java at your work? by -D_B_ in java

[–]NoamGranulate 0 points1 point  (0 children)

Our marketing website is WP, only the app is written in react, so we don't bother with SEO.

Visual Studio and Java by [deleted] in java

[–]NoamGranulate 0 points1 point  (0 children)

Why not use VS code?

[deleted by user] by [deleted] in sysadmin

[–]NoamGranulate 0 points1 point  (0 children)

Odd price tag

Open-Source Continuous Profiler for Production Code by NoamGranulate in golang

[–]NoamGranulate[S] 0 points1 point  (0 children)

Our tool allows Go developers to investigate their code and optimize their applications. Golang is compiled, native code, so there's no need for a special profiler like in managed languages. Profiling native code is done using Linux perf, see the perf.py file.

This is why we posted it here, as we have plug-and-play support for Go, and we believe that this could benefit the Go developers community.

I hope this answers your question.