Merged in feature/common-metrics (pull request #73)

Add common metrics

* add common metrics

and sample for using

* updates

* attempt integration

* wip

* working

stubs generate

* docs

* comments

* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/common-metrics

* runner metrics all

* exclude generated

from the coverage

* fix lint

* refactor metrics

* change .gen filename

* new gen

* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/common-metrics

* docs

* main merge

* refactor

* add to generate

* merge main
This commit is contained in:
Jay Brown
2025-03-05 16:59:01 +00:00
parent 0af049e96f
commit ab28cf30db
13 changed files with 865 additions and 84 deletions
+4
View File
@@ -11,6 +11,7 @@ tasks:
deps:
- generate:server
- generate:client
- generate:metrics:stubs
generate:client:
cmds:
- |
@@ -47,3 +48,6 @@ tasks:
$file
fi
done
generate:metrics:stubs:
cmds:
- go generate ./...