Module metrics

Module metrics 

Source
Expand description

Metrics instrumentation for Bothan services.

This module provides metrics collection and observability utilities for various Bothan components. It exposes submodules for REST polling, gRPC server, store operations, websocket connections, and utility helpers.

  • rest: Metrics for REST polling operations
  • server: Metrics for gRPC server requests
  • store: Metrics for store operations
  • websocket: Metrics for websocket connections and messages
  • utils: Utility helpers for metrics labeling and conversion

Modulesยง

rest
Metrics collection for REST polling operations.
server
Metrics collection for gRPC server operations.
store
Metrics collection for store operations.
utils
Utility functions for metrics modules.
websocket
Metrics collection for websocket operations.