Is there an attribute or some identifier that distinguishes your java application logs? You could use the search filter to do that.
v
Vyacheslav Boyko
04/03/2023, 7:09 AM
It seems the logs are not shipped to signoz from my apps.
Does open-telemetry javaagent ship them automatically from stdout of my apps?
Or do I have to ship them manually somehow?
s
Srikanth Chekuri
04/03/2023, 11:33 AM
Does open-telemetry javaagent ship them automatically from stdout of my apps?
It doesn’t automatically collect from stdout but depending on the logger library you use it can add appender send data directly to SigNoz.
do I have to ship them manually somehow?
You may use filelog collector if the logger library you use is not supported by auto instrumentation
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.