Aurélien HÉBERT

Results 26 issues of Aurélien HÉBERT

With the last release of erlenmeyer and Grafana 8.3.5, the Grafana `explore` leads to errors with the request: ``` prometheus.nodejs_eventloop_lag_p99_seconds : unmarshalerDecoder error ``` It looks like the `explore` do...

Today it's not possible to use Erlenmeyer in front of several Warp10. Using token availability it should be possible to set a Warp10 endpoints list and detect which one should...

Based on PromLab PromQL compliance tests (https://promlabs.com/promql-compliance-tests), erlenmeyer doesn't implements the following functions: - `%` and `^` on 2 time series set - `deriv` function

Based on PromLab PromQL compliance tests (https://promlabs.com/promql-compliance-tests), erlenmeyer doesn't support PromQL subqueries as the PromQL parser version is outdated: ` QUERY: max_over_time((time() - max(demo_batch_last_success_timestamp_seconds) < 1000)[5m:10s] offset 5m) ` `...

Based on PromLab PromQL compliance tests (https://promlabs.com/promql-compliance-tests), we don't reproduce the exact computation for the function rate-increase-delta-predict_linear which leads to less accuracy on queries results with a low range (example...

Based on PromLab PromQL compliance tests (https://promlabs.com/promql-compliance-tests), we do not retrieve correctly all series for the following query: ` QUERY: {mode="idle", instance!="demo.promlabs.com:10000"} ` > -  demo_cpu_usage_seconds_total{instance="demo.promlabs.com:10001", job="demo", mode="idle"} => >...

Based on PromLab PromQL compliance tests (https://promlabs.com/promql-compliance-tests), we have issues with range function when query range is below data points push frequency (ex with the following queries): ` QUERY: resets(demo_cpu_usage_seconds_total[1s])...

Based on PromLab PromQL compliance tests (https://promlabs.com/promql-compliance-tests), the following query should failed: ` QUERY: label_replace(demo_num_cpus, "instance", "", "", "") ` > RESULT: FAILED: Query succeeded, but should have failed.

Update plugin to support explore queries: https://grafana.com/docs/grafana/latest/developers/plugins/add-support-for-explore-queries/

We should be able to list an owner applications. This is currently possible threw the following `cURL` command: ``` clever curl https://api.clever-cloud.com/v2/organisations//applications | jq '.[].name' ```