Skip to content

0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 20:52
· 9 commits to main since this release

Release Notes

  • For single datasets you can now use the -e or --enums switch. This compares enum variants defined in semantic conventions with discovered variants used in tracing. Additional variants will be reported. If the attribute's enum definition has allow_custom_values set true, this is an open enum and additional variants are "allowed". Honey-health still reports additional variants but as a warning (highlighted in yellow).
  • Added progress bars. Some Honeycomb operations can take a while so this provides better feedback.

Install honey-health 0.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jerbly/honey-health/releases/download/0.4.0/honey-health-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/jerbly/honey-health/releases/download/0.4.0/honey-health-installer.ps1 | iex"

Download honey-health 0.4.0

File Platform Checksum
honey-health-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
honey-health-x86_64-apple-darwin.tar.xz Intel macOS checksum
honey-health-x86_64-pc-windows-msvc.zip x64 Windows checksum
honey-health-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum