Patch Changes
-
a9161c9: fix: keep duration axis-tick labels within the chart's width budget
Duration-formatted Y-axis labels (e.g. "13.33min") could render wider than the axis area allows and get clipped. They now use the same compact formatter already used by the heatmap chart's axis.
-
f6d7f85: fix: stop the all-in-one image copying node's /usr/lib over the base image
The all-in-one and local images copied the whole
/usr/libout ofnode:22.22-alpine, overwriting the ClickHouse base image'slibapk.so,libssl,libcryptoandlibz. Once the two images landed on different Alpine point releases (3.24.1 vs 3.24.2), the olderlibapk.sono longer satisfied the newer/sbin/apk, and every image build failed withError relocating /sbin/apk: apk_fs_is_malicious_filename: symbol not found.Node only needed
libstdc++/libgccfrom that copy, so those are now installed with apk from the image's own Alpine release and the blanket copy is gone. This also stops ClickHouse's OpenSSL being silently swapped for node's.- @hyperdx/api@2.39.1