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