Releases: jerbly/honey-health
Releases · jerbly/honey-health
0.5.0
Release Notes
- GitHub Issue Generation
-
The -g
or --github-issue
option can be used to create GitHub Issues for attribute and enum health. Provide the repo owner and name e.g. myorg/myrepo
. You must have a Personal Access Token that allows issue creation - put this in an environment variable GITHUB_TOKEN
or a .env
file.
-
Honey-health will create a markdown table, split over multiple comments if necessary. Here are examples for Attributes and Enums.
Install honey-health 0.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jerbly/honey-health/releases/download/0.5.0/honey-health-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/jerbly/honey-health/releases/download/0.5.0/honey-health-installer.ps1 | iex"
Download honey-health 0.5.0
0.4.3
Release Notes
- Fixed: "Similar" suggestions were including deprecated attributes.
- Fixed: "Extends" suggestions were not including all namespaces.
Install honey-health 0.4.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jerbly/honey-health/releases/download/0.4.3/honey-health-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/jerbly/honey-health/releases/download/0.4.3/honey-health-installer.ps1 | iex"
Download honey-health 0.4.3
0.4.2
Release Notes
- Deprecated attributes will now show as
Bad
columns with the deprecation message. e.g. "http.scheme
Bad - Deprecated: Replaced by url.scheme
instead."
Install honey-health 0.4.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jerbly/honey-health/releases/download/0.4.2/honey-health-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/jerbly/honey-health/releases/download/0.4.2/honey-health-installer.ps1 | iex"
Download honey-health 0.4.2
0.4.1
Release Notes
- Added
-s
or --show-matches
to show all matching columns when analyzing a single dataset. By default only Missing
and Bad
columns are shown in the output.
Install honey-health 0.4.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jerbly/honey-health/releases/download/0.4.1/honey-health-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/jerbly/honey-health/releases/download/0.4.1/honey-health-installer.ps1 | iex"
Download honey-health 0.4.1
0.4.0
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
0.3.4
Release Notes
- Uses
cargo-dist
for build and release.
Install honey-health 0.3.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jerbly/honey-health/releases/download/v0.3.4/honey-health-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/jerbly/honey-health/releases/download/v0.3.4/honey-health-installer.ps1 | iex
Download honey-health 0.3.4
v0.3.3
Switched to the honeycomb-client library for consistency and significant performance increase using async to fetch dataset columns.
v0.3.2
api key error reporting and null last_written_at fix