prometheus-data-generator
prometheus-data-generator copied to clipboard
Create arbitrary data in Prometheus
Sequence continue to run even has exceeded sequence.eval_time, seems like it is a bug that, the timeout is always compare to current time (and not start time), causing it always...
The readme said sequence.eval_time is required but it is actually not. The program still run without value for sequence.eval_time.
`sequence.interval` is marked as a required field in the config, yet the example `config.yml` does not use it. It would be nice for this example to use it to demonstrate...
Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
- Jinja is a dependency of Flask and Flask V1.X.X uses the escape module from Jinja, however recently support for the escape module was [dropped in newer versions of Jinja](https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-0)....
- Jinja is a dependency of Flask and Flask V1.X.X uses the escape module from Jinja, however recently support for the escape module was [dropped in newer versions of Jinja](https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-0)....
Add bucket configuration for histograms. Uses prometheus default buckets by default. Add INF automatically as well.