signoz updates

This commit is contained in:
Robbie 2026-06-16 12:19:45 -04:00
parent ebcc6e4d2d
commit 04e233216c
9 changed files with 491 additions and 41 deletions

View file

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