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

Better observability #77

Open
senekor opened this issue Jun 16, 2023 · 0 comments
Open

Better observability #77

senekor opened this issue Jun 16, 2023 · 0 comments
Assignees

Comments

@senekor
Copy link
Owner

senekor commented Jun 16, 2023

Let's send our logs to a monitoring service via OpenTelemetry. One option for a self-hosted monitoring service would be Jaeger.

https://broch.tech/posts/rust-tracing-opentelemetry/

Originally posted by @remlse in #30 (comment)


Currently, our tracing logs go to stdout and can be retrieved via journalctl, since we deploy as a systemd service. Sifting through the logs could be much nicer.

Apart from a little enabling work in buenzlimarks itself, I suspect the bigger task would be to self-host Jaeger and wire everything up in the deployment repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant