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

https://github.com/bugsnag/bugsnag-go-performance

An OpenTelemetry plugin to connect your Go app's performance data to your BugSnag dashboard.
https://github.com/bugsnag/bugsnag-go-performance

bugsnag go open-telemetry open-telemetry-go performance platforms server-side

Last synced: about 1 month ago
JSON representation

An OpenTelemetry plugin to connect your Go app's performance data to your BugSnag dashboard.

Awesome Lists containing this project

README

          





SmartBear BugSnag logo


Performance monitoring for Go


[![Documentation](https://img.shields.io/badge/documentation-latest-blue.svg)](https://docs.bugsnag.com/performance/go/)
[![Go Reference](https://pkg.go.dev/badge/github.com/bugsnag/bugsnag-go.svg)](https://pkg.go.dev/github.com/bugsnag/bugsnag-go-performance)
[![Build status](https://github.com/bugsnag/bugsnag-go-performance/actions/workflows/test-package.yml/badge.svg?branch=next)](https://github.com/bugsnag/bugsnag-go-performance/actions/workflows/test-package.yml)

Convenience SDK for using the [Go OpenTelemetry SDK](https://github.com/open-telemetry/opentelemetry-go) with BugSnag.

## Features

- Simple configuration using BugSnag API key
- Control sampling using BugSnag's probability-based sampler

## Getting started

For integration instructions, see our online docs: [docs.bugsnag.com/performance/go](https://docs.bugsnag.com/performance/go)

## Support

* [Read the integration guide](https://docs.bugsnag.com/performance/go)
* [Search open and closed issues](https://github.com/bugsnag/bugsnag-go-performance/issues?=is%3Aissue) for similar problems
* [Report a bug or request a feature](https://github.com/bugsnag/bugsnag-go-performance/issues/new)

## License

The BugSnag Go Performance SDK is free software released under the MIT License. See [LICENSE.txt](LICENSE.txt) for details.