this post was submitted on 23 Oct 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I'm looking for an open source APM to serve as a base for data collection which would get ingested into a product which my team would be building.

I found Signoz and SkyWalking to be complete products which gives Logs, Traces as well as Metrics, which I believe is good in the long run, to have all the data available.

I have a couple of doubts:

  1. Is that are there any major advantages of using one over the other?
  2. Should I instead be looking at something more popular like Prometheus/Jaeger? Since they have better support.

Would really appreciate any inputs. Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago

(Disclaimer: I am maintainer at SigNoz)

As far as I know, Prometheus doesn't do APM - it's primarily a metrics products (e.g. you can't click metrics to see relevant traces which cause increase in say the latency) You need to tie it up with some product which does tracing and that would be non-trivial.

Don't know much about SkyWalking to comment