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

[Feature]: Add metrics and other monitoring for the signer #481

Open
3 tasks
djordon opened this issue Sep 2, 2024 · 1 comment
Open
3 tasks

[Feature]: Add metrics and other monitoring for the signer #481

djordon opened this issue Sep 2, 2024 · 1 comment
Labels
refine sbtc signer binary The sBTC Bootstrap Signer.

Comments

@djordon
Copy link
Contributor

djordon commented Sep 2, 2024

Feature - Add metrics and other monitoring for the signer

1. Description

When we're on testnet, we need alerts for all of our error level logs so that we can see our issues and fix stuff. This ticket is for setting up such alerts.

1.1 Context & Purpose

We need metrics and alerts to know what is going wrong. So let's add them.

2. Technical Details:

2.1 Acceptance Criteria:

  • We have settled on services to use for logs, metrics, and alerts.
  • We have alerts on error logs.
  • We have error logs for fatal issues that arise.

3. Related Issues and Pull Requests (optional):

This came up in #474 (comment).

@djordon djordon added sbtc signer binary The sBTC Bootstrap Signer. refine labels Sep 2, 2024
@djordon djordon added this to sBTC Sep 2, 2024
@github-project-automation github-project-automation bot moved this to Needs Triage in sBTC Sep 2, 2024
@cylewitruk
Copy link
Member

We have settled on services to use for logs, metrics, and alerts.

Tbh if this will run in AWS I would just settle on tracing-opentelemetry and X-Ray -- the alternative cost in devops for setting up "cooler" tooling would probably outweigh its benefits.

Prometheus can now ingest OTel data, so having opentelemetry as the only exporter works great to avoid vendor lock-in as most tooling can ingest it 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refine sbtc signer binary The sBTC Bootstrap Signer.
Projects
Status: Needs Triage
Development

No branches or pull requests

2 participants