Merged in feature/health (pull request #163)

Health Endpoint

* health
This commit is contained in:
Michael McGuinness
2025-06-09 23:30:06 +00:00
parent cfae1f9016
commit 76e4f5790f
18 changed files with 489 additions and 79 deletions
+4
View File
@@ -58,6 +58,10 @@ If the document text is not already extracted according to the collector standar
Otherwise, add an event to the QUERYSYNC queue.
## healthcheck
cmd/healthcheck/main.go
## metricsExample\_test
This main.go serves as an example of how to use the custom Prometheus metrics package.