Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pranay01 opened this issue Sep 19, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation onboarding

Comments

@pranay01
Copy link
Collaborator

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
Copy link
Collaborator Author

pranay01 commented Sep 19, 2024

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)

@pranay01 pranay01 added documentation Improvements or additions to documentation onboarding labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation onboarding
Projects
None yet
Development

No branches or pull requests

1 participant