SDA Commons Server Prometheus Example¶
This example module shows a dummy implementation of a business service that records metrics in three different types:
- A
Histogramtracks durations - A
Countertracks the number of invocations or events (e.g. successful invocations) - A
Gaugetracks the current value of a state, e.g. used memory, free disk space or business data