Skip to content

feat: add worker lag metrics endpoint#471

Merged
Mimah97 merged 2 commits into
Vatix-Protocol:mainfrom
Jessepriase:feat/metrics-worker-lag-endpoint
Jun 30, 2026
Merged

feat: add worker lag metrics endpoint#471
Mimah97 merged 2 commits into
Vatix-Protocol:mainfrom
Jessepriase:feat/metrics-worker-lag-endpoint

Conversation

@Jessepriase

Copy link
Copy Markdown
  • Add GET /metrics/worker-lag endpoint to expose indexer lag metrics
  • Endpoint returns lastIndexedLedger, latestLedger, lagLedgers, lagSeconds, and status
  • No authentication required for this public metrics endpoint
  • Add IndexerMonitorService to MetricsModule providers and exports
  • Add smoke test for the new endpoint

Summary

Related issue

  • Closes #

Type of change

  • Bug fix
  • New feature
  • Docs update
  • Chore / refactor

Checklist

Jess and others added 2 commits June 29, 2026 15:35
- Add GET /metrics/worker-lag endpoint to expose indexer lag metrics
- Endpoint returns lastIndexedLedger, latestLedger, lagLedgers, lagSeconds, and status
- No authentication required for this public metrics endpoint
- Add IndexerMonitorService to MetricsModule providers and exports
- Add smoke test for the new endpoint
@Mimah97 Mimah97 merged commit dd19550 into Vatix-Protocol:main Jun 30, 2026
0 of 4 checks passed
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

Successfully merging this pull request may close these issues.

Metrics endpoint for worker lag

2 participants