Commit 93ba559
authored
docs: Add README for utilization-metering-consumer service (#755)
* docs: Add comprehensive README for utilization-metering-consumer service
Add service-level documentation for utilization-metering-consumer following
the same pattern as other Meridian services. Update services/README.md to
link to the new documentation.
Key additions:
- Service overview and architecture diagrams
- HTTP endpoints and domain model
- Kafka configuration and consumed topics
- Utilization instruments and billing patterns
- Prometheus metrics and alerting recommendations
- Deployment, monitoring, and troubleshooting guides
- Error handling patterns and autoscaling configuration
The documentation covers the centralized consumer design that transforms
audit events from all 6 domain services into utilization measurements for
tenant-zero position keeping (platform billing).
* fix: Correct Universal Asset System documentation link path
The Universal Asset System documentation is located in docs/prd/, not
docs/architecture/. Update the reference link to point to the correct path.
Resolves review comment from PR #755.
* fix: Upgrade Go to 1.25.7 to address crypto/tls vulnerability (GO-2026-4337)
Upgrade Go from 1.25.6 to 1.25.7 to fix vulnerability GO-2026-4337:
"Unexpected session resumption in crypto/tls"
This vulnerability affects TLS session handling in the standard library
and impacts multiple components:
- Database connections (PostgreSQL)
- HTTP/gRPC servers (Gateway, all services)
- OAuth token introspection
- Redis connections
- Test containers
Changes:
- go.mod: Update Go version to 1.25.7
- Dockerfile: Update base image to golang:1.25.7-bookworm
- Dockerfile.dev: Update base image to golang:1.25.7-bookworm
- GitHub workflows: Update go-version to 1.25.7 across all CI jobs
Reference: https://pkg.go.dev/vuln/GO-2026-4337
Resolves: Go Vulnerability Check failure in CI
* fix: Complete Go 1.25.7 upgrade across all files
Complete the Go version upgrade to address GO-2026-4337 by updating
remaining files that reference Go versions:
Workflow files:
- .github/workflows/claude.yml: Update project facts text
- .github/workflows/schema-validation.yml: Update go-version
Documentation:
- docs/adr/0006-tilt-local-development.md: Update example output
- docs/guides/new-bian-service-checklist.md: Update Dockerfile example
Service Dockerfiles (10 files):
- services/current-account/cmd/Dockerfile
- services/financial-accounting/cmd/Dockerfile
- services/gateway/cmd/Dockerfile
- services/internal-bank-account/cmd/Dockerfile
- services/market-information/cmd/Dockerfile
- services/party/cmd/Dockerfile
- services/payment-order/cmd/Dockerfile
- services/position-keeping/cmd/Dockerfile
- services/tenant/cmd/Dockerfile
- services/utilization-metering-consumer/cmd/Dockerfile
All Go version references now consistently point to 1.25.7.
Based on: PR #757 file changes
---------
Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com>1 parent 73a2cc9 commit 93ba559
27 files changed
Lines changed: 496 additions & 31 deletions
File tree
- .github/workflows
- docs
- adr
- guides
- services
- current-account/cmd
- financial-accounting/cmd
- gateway/cmd
- internal-bank-account/cmd
- market-information/cmd
- party/cmd
- payment-order/cmd
- position-keeping/cmd
- tenant/cmd
- utilization-metering-consumer
- cmd
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments