update ci (#166)
All checks were successful
coverage / build (push) Successful in 6m54s
test / test (push) Successful in 10m36s

This commit is contained in:
2025-05-01 21:15:28 +05:00
committed by GitHub
parent b689ebbd0a
commit 1d11e2292f
10 changed files with 74 additions and 27 deletions

View File

@@ -1,4 +1,5 @@
# VictoriaMetrics
![Coverage](https://img.shields.io/badge/Coverage-3.5%25-red)
Wrappers are a form of middleware that can be used with go-micro services. They can wrap both the Client and Server handlers.
This plugin implements the HandlerWrapper interface to provide automatic prometheus metric handling
@@ -21,4 +22,3 @@ When creating your service, add the wrapper like so.
service.Init()
```