add signoz

This commit is contained in:
Adil Hafeez 2024-11-06 15:27:40 -08:00
parent 4a0f5fa712
commit 9df30b6d6f
25 changed files with 3016 additions and 0 deletions

View file

@ -0,0 +1,21 @@
<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>