Honeycomb.io
Use with Honeycomb.io
Section titled “Use with Honeycomb.io”Example
Section titled “Example”export HONEYCOMB_API_KEY=MYAPIKEY./terraformer import honeycombio --resources=board,triggerList of supported Honeycomb resources
Section titled “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
Section titled “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