Skip to content

feat(metrics): add Micrometer gauge for quarantined hypergraph vertices #947

Description

@forgespectrayan

Context

During the implementation of Issue #946 (Hypergraph Vertex Quarantine, ADR-0082 Phase 2.1), the QuarantineRegistry was introduced with a quarantinedCount() accessor suitable for Micrometer gauge binding.

However, MeterRegistry is not currently wired into the IndexReconcileEngine or IndexPlaneCoordinator. As agreed during planning (#946), the Micrometer gauge is deferred to a dedicated follow-up.

Scope

  1. Bind a Micrometer gauge spector.index.hypergraph.quarantined.vertices to QuarantineRegistry.quarantinedCount() in DefaultSpectorMemory or QuartzMemoryScheduler where MeterRegistry is available.
  2. Add optional MeterRegistry parameter to IndexPlaneCoordinator or IndexReconcileEngine.
  3. Tag the gauge with namespace for multi-tenant observability.

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions