chaostoolkit-prometheus icon indicating copy to clipboard operation
chaostoolkit-prometheus copied to clipboard

Prometheus Extension for the Chaos Toolkit

Results 4 chaostoolkit-prometheus issues
Sort by recently updated
recently updated
newest added

Introducing a new configuration flag `verify_tls` for the control that enables the user to disable TLS verification. Implement a custom handler for pushing metrics that uses `requests` to benefit of...

Hi guys, At the moment it seems that we are pretty limited when query prometheus on steady-state. we are using ```jsonpath``` tolerance type in order to verify our promQL result....

Prometheus [returns scalar values as strings](https://prometheus.io/docs/prometheus/latest/querying/api/#expression-query-result-formats) in order to support `NaN`, `Inf`, and `-Inf`. Unfortunately, this makes it quite difficult to use the Toolkit's jsonpath support to filter based on...

Added steady-state tolerance probes \[1\] to verify Prometheus (range_)query results against int or float thresholds. - *query_results_lower_than_threshold* checks if the Prometheus results are below a given threshold - *query_results_higher_than_threshold* checks...