powerapi
powerapi copied to clipboard
PowerAPI is a Python framework for building software-defined power meters.
First proposal of integration of Docker Toolchain in PowerAPI repo as discussed in technical comitee. Currently not working with socket mode due to issue #315 but tested and working with...
To the best of my understanding, only arguments specified in `tags` for Prometheus and Influx DB2 pushers are kept within the exposed PowerReports. However, when using PreProcessors such as K8sPreProcessor...
Currently, in socket mode as source, PowerAPI is listening on loopback interface 127.0.0.1. This is hardcoded in ./src/powerapi/database/socket_db.py:82 When running inside a container, the port is not reachable using Docker...
Add deployment unopiniated tools for docker with detailed doc on available architectures. Feature created according to roadmap, PR to come soon.
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.4 to 2.0.5. Release notes Sourced from softprops/action-gh-release's releases. v2.0.5 Factor in file names with spaces when upserting files #446 via @MystiPanda Improvements to error handling #449...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.4. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
Hello, I would like to know if there is any perspective to launch a support to event-based architecture? If not, is there any known reason for not providing an exporter...
When exporting values to InfluxDB while using the K8SPreProcessor, the field 'k8s' is added, but it contains a dictionary as a string, which makes database operations impractical:  I would...