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

Implement open-telemetry monitoring #87

Closed
scarmuega opened this issue Jan 24, 2022 · 1 comment
Closed

Implement open-telemetry monitoring #87

scarmuega opened this issue Jan 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@scarmuega
Copy link
Member

Problem Statement

On long-running daemon sessions, it's important to understand the health and progress of the pipeline. The only way to do that currently is by inspecting the stderr log outputs from the process. This is a very inefficient manual task.

Feature Scope

We will add open-telemetry instrumentation, providing the following metrics:

  • stage throughput (events / sec)
  • channel queue size (total events)
  • process resource usage (mem, cpu)
  • source last checkpoint (block num)
  • sink last checkpoint (block num)
  • node tip delta (node tip slot - sink checkpoint slot)

A Prometheus exporter will be available as a feature flag.

@scarmuega scarmuega modified the milestones: v1.2, v1.3 Jan 24, 2022
@scarmuega scarmuega added the enhancement New feature or request label Jan 24, 2022
@scarmuega
Copy link
Member Author

closing in favor of #154

Repository owner moved this from Todo to Done in Oura Development Mar 16, 2022
@scarmuega scarmuega removed this from the v1.3 milestone Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant