Hi Danish,
Which part of signoz do you want to disable?
The frontend or whole system?
Also why do you want to disable?
d
Danish Ahmad Ansari
04/08/2022, 1:26 PM
Can I add dependency of opentelemetry jar in microservices's docker files
and how to enable or disable promethues for all spring microservices . My question is do I need to add dependency in pom.xml . Is prometheus is included in Signoz? I have seen opentelemetry dependencies in maven repository but they all are in alpha mode. Is it safe to use ? Can I use use signoz without adding opentelemetry jar?
a
Ankit Nayan
04/11/2022, 11:18 AM
Can I use use signoz without adding opentelemetry jar?
You can use other formats like opentracing which is there in tools like Jaeger and Zipkin. For metrics you can use prometheus exporters and otel-collector to make SigNoz ingest metrics
Ankit Nayan
04/11/2022, 11:19 AM
Opentelemetry libs have been used in prod by many companies across the globe
Ankit Nayan
04/11/2022, 11:20 AM
I don't know how do you plan to use just the dependencies, but might be difficult to make it work without any external help. Opentelemetry libs must have been made for a reason
Ankit Nayan
04/11/2022, 11:21 AM
Is prometheus is included in Signoz?
Yes, to query metrics data. We support promql and their engines to get metrics data. Soon we will be moving away from prometheus altogether and you won't need to import prometheus package
d
Danish Ahmad Ansari
04/12/2022, 9:52 PM
Hi Ankit, I have found images from docker hub . https://hub.docker.com/search?q=signoz. I wanted what images I need to pull for monitoring spring boot application?
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.