I mean to say , once i convert my spring webflux project to native build, i can use "opentelemetry-javaagent.jar" jar method to get logs and metrics.
So i saw options to push logs, metrics from java side to signoz instance. i found the below link which says how to use manual method to push logs to signoz but it is not clearly explained..
https://signoz.io/blog/opentelemetry-spring-boot/
s
Srikanth Chekuri
07/12/2023, 6:44 AM
I don’t get it; which part is “manual”? It’s about the auto instrumentation. Are you saying the configuration part is manual?
m
Manikanta Reddy P
07/12/2023, 10:36 AM
sorry for the confusion.
I am using Spring native images in Kubernetes.
if I want to use signoz logging, tracing and alerting I can't use "opentelemetry-javaagent.jar" method because i am not using JAR's.
I have to push logs and metrics to signoz collector using some manual configuration.
I am looking for the documentation but i didn't find the proper one.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.