Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 564 Bytes

File metadata and controls

9 lines (7 loc) · 564 Bytes

SDA Commons Server Prometheus Example

This example module shows a dummy implementation of a business service that records metrics in three different types:

  • A Histogram tracks durations
  • A Counter tracks the number of invocations or events (e.g. successful invocations)
  • A Gauge tracks the current value of a state, e.g. used memory, free disk space or business data