add421bb81
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 6m4s
Gitea Branch PR & Ansible Deployment / Ansible Lint (push) Failing after 15m39s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 7m16s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (push) Successful in 14m40s
23 lines
625 B
Django/Jinja
23 lines
625 B
Django/Jinja
{% import '../macros/rinoa-macros.j2' as vault %}
|
|
<functions>
|
|
<function>
|
|
<type>executable</type>
|
|
<name>histogramQuantile</name>
|
|
<return_type>Float64</return_type>
|
|
<argument>
|
|
<type>Array(Float64)</type>
|
|
<name>buckets</name>
|
|
</argument>
|
|
<argument>
|
|
<type>Array(Float64)</type>
|
|
<name>counts</name>
|
|
</argument>
|
|
<argument>
|
|
<type>Float64</type>
|
|
<name>quantile</name>
|
|
</argument>
|
|
<format>CSV</format>
|
|
<command>./histogramQuantile</command>
|
|
</function>
|
|
</functions>
|