infobloxopen / atlas-app-toolkit

This repository provides common Go utilities and helpers that are reusable from project-to-project. The goal is to prevent code duplication by encouraging teams to use and contribute to toolkit libraries. The toolkit is not a framework. Rather, it is a set of (mostly gRPC-related) plugins and helpers.
Apache License 2.0
99 stars 115 forks source link

Tracing fixes for error span #297

Closed mphillips-infoblox closed 2 years ago

mphillips-infoblox commented 2 years ago

Fixes for adding error spans caused by bug in open telemetry collector.

See discussion here: https://github.com/open-telemetry/opentelemetry-collector/pull/70