Merged in feature/docGen (pull request #88)

Basic Generate

* basicgenerate

* basic
This commit is contained in:
Michael McGuinness
2025-03-05 13:50:43 +00:00
parent 0815cb35fb
commit 0af049e96f
8 changed files with 210 additions and 33 deletions
+6
View File
@@ -1,9 +1,15 @@
// This main.go serves as an example of how to use the custom Prometheus metrics package.
//
// It demonstrates:
//
// 1. Setting up metrics with proper context handling
//
// 2. Configuring different types of metrics (Counter, Gauge, Histogram, Summary)
//
// 3. Recording metrics safely in a concurrent environment
//
// 4. Implementing graceful shutdown
//
// 5. Proper error handling
package main