dzunke / panaly-json-timeline-storage
A Panaly plugin that implements a JSON Timeline Storage to handle a history of analyzer runs.
dev-main
2024-08-13 18:02 UTC
Requires
- php: ^8.2
- dzunke/panaly: dev-main
Requires (Dev)
- doctrine/coding-standard: ^12.0
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/phpunit: ^11.1
- symfony/var-dumper: ^7.0
This package is auto-updated.
Last update: 2024-11-13 18:29:17 UTC
README
The plugin to the Panaly Project Analyzer delivers a timelined storage engine that could be utilize to keep a historical store of different metric runs. The json files will be pretty printed to be readable by humans.
Example Configuration
# panaly.dist.yaml plugins: DZunke\PanalyJsonTimelineStorage\JsonTimelineStoragePlugin: ~ # no options available storage: json-timeline-storage: directory: "var/panaly-timeline-storage" dateFormat: "Y-m-d" # default is "Y-m-d-H-i-s", but setting it to daily will overwrite existing runs from the day
Thanks and License
Panaly Project Analyzer - JSON Timeline Storage © 2024+, Denis Zunke. Released utilizing the MIT License.