SigNoz / signoz-web

SigNoz Website
https://signoz.io
Other
8 stars 44 forks source link

Explicitly mention recommended way to send application logs for each frameworks #789

Open pranay01 opened 2 months ago

pranay01 commented 2 months ago

Sample query from SigNoz user:

Hi,
I've installed locally SigNoz through the Docker method. App is up and I'm seeing traces, exceptions but no logs so far.

I don't see Rails/Ruby listed here
https://signoz.io/docs/logs-management/send-logs/application-logs/

I have the same config as per your sample app
https://github.com/SigNoz/sample-rails-app/blob/main/config/environment.rb
pranay01 commented 2 months ago

Response

The OpenTelemetry API & SDK to send logs from ruby apps directly are under development currently. The recommended way is to send logs via log file. Docs here

The sample app you have shared currently only has instruction for sending traces (which you are able to see correctly)