This message was deleted.
# support
s
This message was deleted.
s
What manual instructions are you referring to?
m
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
I don’t get it; which part is “manual”? It’s about the auto instrumentation. Are you saying the configuration part is manual?
m
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.