Releases: nicolastakashi/prom-analytics-proxy
v0.2.0
What's Changed
- [FEATURE] adding query shortcuts by @nicolastakashi in #89
- [FEATURE] adding sqlite support by @nicolastakashi in #95
- [FEATURE] rebranding UI by @nicolastakashi in #97
- [CHORE] integrating react tanstack virtual table by @nicolastakashi in #85
- [CHORE] adding ui/ux improvements by @nicolastakashi in #88
- [DOCS] updating readme in #99 and updating readme by @nicolastakashi in #100
- [FIX] query shortcut title by @nicolastakashi in #96
- [FIX] avoiding sql injection common patterns by @nicolastakashi in #77
- [FIX] using milliseconds on postgress for duration by @nicolastakashi in #87
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial Release
prom-analytics-proxy is a lightweight proxy application designed to seamlessly integrate between your Prometheus server and its clients. It offers valuable insights by capturing detailed analytics on PromQL queries, allowing you to better understand query performance, resource usage, and overall system behavior. This enhances observability for Prometheus users by providing actionable data that can be used to optimize query execution and improve infrastructure efficiency.
This first release introduces core functionality, enabling request forwarding to any Prometheus-compatible API while collecting statistics on query expressions. These statistics include execution duration, status codes, label matchers, and more, offering a comprehensive view of query behavior.
We welcome feedback and contributions to help enhance and expand the project.