Files
tar-valon-ansible/app-configs/rinoa/signoz/clickhouse/custom-function.xml.j2
T
2025-08-30 16:34:17 -04:00

22 lines
575 B
Django/Jinja

<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>