No release in over a year
InSpec Reporter plugin to report Otel formatted traces to Honeycomb.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

inspec-reporter-honeycomb

install

You can install using cinc-auditor or inspec with:

inspec plugin install inspec-reporter-honeycomb

or

cinc-auditor plugin install inspec-reporter-honeycomb

Required environment variables

You must set two environment variables:

export HONEYCOMB_API_KEY="<your API key>"
export HONEYCOMB_API_URL="https://api.honeycomb.io/1/batch/<your dataset name>"

Run with the new reporter

inspec exec <PROFILE_NAME> --reporter honeycomb

Please ensure you replace the api key and dataset name in the URL.

Without these you'll receive a cryptic error about bad argument (expected URI object or URI string)