{"id":16728372,"url":"https://github.com/tmc/k6-to-honeycomb","last_synced_at":"2025-07-02T09:04:18.872Z","repository":{"id":45686282,"uuid":"424046327","full_name":"tmc/k6-to-honeycomb","owner":"tmc","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-03T01:04:18.000Z","size":5542,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T16:23:08.006Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tmc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-03T00:54:57.000Z","updated_at":"2024-05-22T19:53:19.000Z","dependencies_parsed_at":"2022-09-12T14:33:22.246Z","dependency_job_id":null,"html_url":"https://github.com/tmc/k6-to-honeycomb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tmc/k6-to-honeycomb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmc%2Fk6-to-honeycomb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmc%2Fk6-to-honeycomb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmc%2Fk6-to-honeycomb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmc%2Fk6-to-honeycomb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmc","download_url":"https://codeload.github.com/tmc/k6-to-honeycomb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmc%2Fk6-to-honeycomb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263108803,"owners_count":23415004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T23:10:05.979Z","updated_at":"2025-07-02T09:04:18.846Z","avatar_url":"https://github.com/tmc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# k6-to-honeycomb\n\nk6-to-honeycomb is a program that sends [k6](https://k6.io) results into Honeycomb for\nvisualization and analysis.\n\n## Getting Started\n\nk6-to-honeycomb is a [Go](https://golang.org) program, the most straightforward way to install it is to first install\n[Go](https://golang.org) 1.17+.\n\n```shell\n$ go install github.com/tmc/k6-to-honeycomb/cmd/k6-to-honeycomb@latest\n```\n\nThis will place a `k6-to-honeycomb` binary into your `$GOPATH/bin` directory which by default is\nlocated at `$HOME/go/bin`. Typically you would place that directory into your system's PATH.\n\n## Configuration\n\nThe Honeycomb write API key can be provided with the `-k` command line flag. If not provided it will attempt to be read from the `HC_API_KEY` environment variable.\n\n## Example Use\n\nHere is an exmaple of running k6 with streaming JSON output that this program can ingest and ship off to honeycomb.\n\nExample k6 invocation (note --out json= parameter):\n\n```shell\n$ k6 run -u 1 -d 10s --out json=./output.json\n```\n\nYou can then ship these events to honeycomb like so:\n\n```shell\n$ k6-to-honeycomb output.json\n```\n\nBy default this will send to a `k6-load-tests` dataset but this is configurable with the -d parameter like so:\n\n```shell\n$ k6-to-honeycomb -d k6-load-test-results output.json\n```\n\n## Example Results\n\n![Example Results](./docs/screenshots/example-results-1.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmc%2Fk6-to-honeycomb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmc%2Fk6-to-honeycomb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmc%2Fk6-to-honeycomb/lists"}