buildevents-starter-pack
honeycombio/buildevents-starter-pack/honeycombio
terraform module to setup Honeycomb resources to allow for getting started with exploring Buildevents sent from CI/CD pipelines
Terraform Honeycombio Buildevents Starter Pack ==============================================   This module creates resources like Boards and Queries in Honeycomb to kick off exploration of Build events sent by CI/CD systems. Use The minimal config is: ``hcl module "explore-buildevents" { source = "honeycombio/buildevents-starter-pack/honeycombio" honeycomb_dataset = "buildevents" # Optional: defaults to buildevents query_time_range = 604800 # in seconds. Optional: defaults to 7 days ideal_build_duration_ms = 120000 # in milliseconds. Optional: defaults to 2 minutes
| Name | Type | Description | Default |
|---|---|---|---|
| ideal_build_duration_ms | number | Ideal or target build durations for your builds - in milliseconds. | 120000 |
| honeycomb_dataset | string | Name of the dataset the build events data from CI/CD systems are being sent to. | "buildevents" |
| query_time_range | number | Time range to use for the query runs - in seconds. | 604800 |
buildevents_board_name — Name of the board created