sfeifer
sfeifer
When I start the uwsgi server, the metric values update correctly. Upon stopping the server though, the metric values persist. For example, I start the server with 1 worker and...
This PR looks to improve the efficiency of fetching metrics using pmdahdb by batching sql queries together for metrics from the same table rather than running a new query for...
With the change from using redis to valkey, we also want to change the underlying libraries. The libvalkey library is the valkey friendly replacement for the redis and hireds-cluster libraries...
The archive-analysis container now has both a [Containerfile](https://github.com/performancecopilot/pcp/blob/main/build/containers/archive-analysis/Containerfile) and a [Dockerfile](https://github.com/performancecopilot/pcp/blob/main/build/containers/archive-analysis/Dockerfile). The goal is to fully transition this container to the new Containerfile. Once PCP v7 is released, the Dockerfile...