|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [1.8.0](https://github.com/xraph/forge/compare/v1.7.2...v1.8.0) (2026-06-17) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* **metrics:** serve /_/metrics via promhttp with content negotiation ([9483b3c8](https://github.com/xraph/forge/commit/9483b3c8)) |
| 9 | +* **metrics:** route prometheus export through the bridge; drop forge runtime collector ([51191931](https://github.com/xraph/forge/commit/51191931)) |
| 10 | +* **metrics:** per-family label union and dedup in prometheus bridge ([364d3cfe](https://github.com/xraph/forge/commit/364d3cfe)) |
| 11 | +* **metrics:** map forge timers to prometheus summaries ([a12cc0b2](https://github.com/xraph/forge/commit/a12cc0b2)) |
| 12 | +* **metrics:** map forge histograms to cumulative prometheus buckets ([43319be3](https://github.com/xraph/forge/commit/43319be3)) |
| 13 | +* **metrics:** client_golang prometheus bridge with counter/gauge mapping ([a467b113](https://github.com/xraph/forge/commit/a467b113)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* **metrics:** _total counter detection, runtime-metrics flag wiring, dashboard metric names ([b1405740](https://github.com/xraph/forge/commit/b1405740)) |
| 19 | +* **metrics:** nil-guard PrometheusHandler for consistency with Export ([55eda8e7](https://github.com/xraph/forge/commit/55eda8e7)) |
| 20 | +* **metrics:** last-wins dedup in prometheus bridge collect ([175de970](https://github.com/xraph/forge/commit/175de970)) |
| 21 | +* **metrics:** skip histogram emission when count is missing ([a1210618](https://github.com/xraph/forge/commit/a1210618)) |
| 22 | + |
| 23 | + |
| 24 | +### Refactoring |
| 25 | + |
| 26 | +* **observability:** retire duplicate prometheus exporter stack ([1146cbb6](https://github.com/xraph/forge/commit/1146cbb6)) |
| 27 | +* **metrics:** remove dead exporter push loop and legacy prometheus serializer ([d321a1e8](https://github.com/xraph/forge/commit/d321a1e8)) |
| 28 | + |
| 29 | + |
| 30 | +### Maintenance |
| 31 | + |
| 32 | +* fixed mod version ([4b766d7c](https://github.com/xraph/forge/commit/4b766d7c)) |
| 33 | +* **metrics:** remove dead runtime collector ([6c4a3d91](https://github.com/xraph/forge/commit/6c4a3d91)) |
| 34 | +* **observability:** add prometheus scrape config, servicemonitor, grafana dashboard ([8f254c53](https://github.com/xraph/forge/commit/8f254c53)) |
| 35 | +* **changelog:** update CHANGELOG.md for v1.7.2 ([1475ed45](https://github.com/xraph/forge/commit/1475ed45)) |
| 36 | + |
3 | 37 | ## [1.7.2](https://github.com/xraph/forge/compare/v1.7.1...v1.7.2) (2026-06-17) |
4 | 38 |
|
5 | 39 |
|
|
0 commit comments