honeycombio.md
March 26, 2025 ยท View on GitHub
Use with Honeycomb.io
Example
export HONEYCOMB_API_KEY=MYAPIKEY
./terraformer import honeycombio --resources=board,trigger
List of supported Honeycomb resources
boardhoneycombio_boardhoneycombio_queryhoneycombio_query_annotation
derived_columnhoneycombio_derived_column
triggerhoneycombio_queryhoneycombio_trigger
slohoneycombio_burn_alerthoneycombio_derived_columnhoneycombio_slo
A note about Environment-wide assets
If no datasets are specified via the --datasets argument, and the API key is not for a Honeycomb Classic environment, the __all__ dataset for Environment-wide assets (e.g. derived columns, boards) will be appended to the dataset list.
If you wish to import a specific list of datasets including environment-wide assets (e.g. derived columns, boards) you must add __all__ to the list of provided datasets.
export HONEYCOMB_API_KEY=MYAPIKEY
./terraformer import honeycombio --resources=derived_column,board --datasets=__all__,my.service