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

feat: improve observability #1215

Open
3 of 7 tasks
uri-99 opened this issue Oct 10, 2024 · 1 comment
Open
3 of 7 tasks

feat: improve observability #1215

uri-99 opened this issue Oct 10, 2024 · 1 comment
Assignees

Comments

@uri-99
Copy link
Contributor

uri-99 commented Oct 10, 2024

On this first improvement of observability we aim to add OBS on:

  • Batcher

    • Received Proofs -> Counter
    • Qty of proofs on queue -> Gauge
    • Created Tasks -> Counter
    • Last Batch Size -> Gauge
    • Open connections -> Gauge
  • Aggregator

    • Task responses -> Counter
    • Received Tasks -> Counter
@PatStiles
Copy link
Contributor

Open telemetry has a rust sdk https://github.com/open-telemetry/opentelemetry-rust. It directly integrates into the tokio's tracing_suscriber crate. Here is a tutorial integrating it with jaeger https://tokio.rs/tokio/topics/tracing-next-steps. There is also an example here: https://github.com/open-telemetry/opentelemetry-rust/tree/main/examples/tracing-jaeger.

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

When branches are created from issues, their pull requests are automatically linked.

4 participants