An open API service indexing awesome lists of open source software.

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

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

[![CI](https://github.com/kvrhdn/go-honeycombio/workflows/CI/badge.svg)](https://github.com/kvrhdn/go-honeycombio/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/kvrhdn/go-honeycombio)](https://goreportcard.com/report/github.com/kvrhdn/go-honeycombio)
[![codecov](https://codecov.io/gh/kvrhdn/go-honeycombio/branch/main/graph/badge.svg)](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.