mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08:00

This PR consists of improvements and fixes related to SigNoz in Docker Standalone and Docker Swarm. - Docker/Swarm deploy directory restructuring and improvements - Prometheus metrics scraping using labels in Docker Standalone and Docker Swarm - Swarm: single schema-migrator container for both sync/async migrations - Remove Kubernetes HOTRod files (will be migrated to charts) - Fetch histogram-quantile from release instead of local binary mount --------- Signed-off-by: Prashant Shahi <prashant@signoz.io>
22 lines
575 B
XML
22 lines
575 B
XML
<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>
|