https://github.com/yvrhdn/go-honeycombio
Go client to interact with the Honeycomb.io API
https://github.com/yvrhdn/go-honeycombio
go honeycomb honeycombio
Last synced: 2 months ago
JSON representation
Go client to interact with the Honeycomb.io API
- Host: GitHub
- URL: https://github.com/yvrhdn/go-honeycombio
- Owner: yvrhdn
- License: mit
- Created: 2020-07-28T15:55:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T14:59:17.000Z (about 2 years ago)
- Last Synced: 2025-03-19T05:42:27.347Z (3 months ago)
- Topics: go, honeycomb, honeycombio
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 2
- Watchers: 2
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Honeycomb.io Go client [![Docs][doc-badge]][doc-link]
[doc-badge]: https://pkg.go.dev/badge/github.com/kvrhdn/go-honeycombio
[doc-link]: https://pkg.go.dev/github.com/kvrhdn/go-honeycombio[](https://github.com/kvrhdn/go-honeycombio/actions)
[](https://goreportcard.com/report/github.com/kvrhdn/go-honeycombio)
[](https://codecov.io/gh/kvrhdn/go-honeycombio)This is an API client for the [Honeycomb.io management APIs](https://docs.honeycomb.io/api/).
Supported APIs:
- [Boards API](https://docs.honeycomb.io/api/boards-api/)
- [Columns API](https://docs.honeycomb.io/api/columns/)
- [Datasets API](https://docs.honeycomb.io/api/datasets/)
- [Derived Columns API](https://docs.honeycomb.io/api/derived_columns/)
- [Markers API](https://docs.honeycomb.io/api/markers/)
- [Triggers API](https://docs.honeycomb.io/api/triggers/)
- [Queries API](https://docs.honeycomb.io/api/queries/)
- [Query Annotations API](https://docs.honeycomb.io/api/query-annotations/)
- [Query Specification](https://docs.honeycomb.io/api/query-specification/)❓ Questions? Feel free to create [a new Discussion](https://github.com/kvrhdn/go-honeycombio/discussions) or find us on the **Honeycomb Pollinators** Slack, channel **#terraform-provider** (you can [find a link to request an invite here](https://www.honeycomb.io/blog/spread-the-love-appreciating-our-pollinators-community/)).
🔧 Want to contribute? Check out [CONTRIBUTING.md](./CONTRIBUTING.md).
## License
This software is distributed under the terms of the MIT license, see [LICENSE](./LICENSE) for details.