diff --git a/README.md b/README.md index 8f07c57..49fceea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # XO.Diagnostics +[![GitHub Actions Status](https://img.shields.io/github/actions/workflow/status/xo-energy/XO.Diagnostics/ci.yml?branch=main&logo=github)](https://github.com/xo-energy/XO.Diagnostics/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/xo-energy/XO.Diagnostics/branch/main/graph/badge.svg?token=AbiIYmAaeS)](https://codecov.io/gh/xo-energy/XO.Diagnostics) + This repository contains support libraries for integrating OpenTelemetry with the .NET ecosystem and other third-party diagnostics services. - [XO.Diagnostics.Bugsnag](./XO.Diagnostics.Bugsnag) - a simple HTTP client library for the [BugSnag](https://www.bugsnag.com/) API diff --git a/XO.Diagnostics.Bugsnag.OpenTelemetry/README.md b/XO.Diagnostics.Bugsnag.OpenTelemetry/README.md index c319c58..b0414a4 100644 --- a/XO.Diagnostics.Bugsnag.OpenTelemetry/README.md +++ b/XO.Diagnostics.Bugsnag.OpenTelemetry/README.md @@ -1,5 +1,9 @@ # XO.Diagnostics.Bugsnag.OpenTelemetry +[![NuGet](https://img.shields.io/nuget/v/XO.Diagnostics.Bugsnag.OpenTelemetry)](https://www.nuget.org/packages/XO.Diagnostics.Bugsnag.OpenTelemetry) +[![GitHub Actions Status](https://img.shields.io/github/actions/workflow/status/xo-energy/XO.Diagnostics/ci.yml?branch=main&logo=github)](https://github.com/xo-energy/XO.Diagnostics/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/xo-energy/XO.Diagnostics/branch/main/XO.Diagnostics.Bugsnag.OpenTelemetry/graph/badge.svg?token=AbiIYmAaeS)](https://codecov.io/gh/xo-energy/XO.Diagnostics) + Exports OpenTelemetry traces to [BugSnag](https://www.bugsnag.com/). ## Usage diff --git a/XO.Diagnostics.Bugsnag/README.md b/XO.Diagnostics.Bugsnag/README.md index d63c193..861beb7 100644 --- a/XO.Diagnostics.Bugsnag/README.md +++ b/XO.Diagnostics.Bugsnag/README.md @@ -1,4 +1,8 @@ -# XO.Diagnostics.BugSnag +# XO.Diagnostics.Bugsnag + +[![NuGet](https://img.shields.io/nuget/v/XO.Diagnostics.Bugsnag)](https://www.nuget.org/packages/XO.Diagnostics.Bugsnag) +[![GitHub Actions Status](https://img.shields.io/github/actions/workflow/status/xo-energy/XO.Diagnostics/ci.yml?branch=main&logo=github)](https://github.com/xo-energy/XO.Diagnostics/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/xo-energy/XO.Diagnostics/branch/main/XO.Diagnostics.Bugsnag/graph/badge.svg?token=AbiIYmAaeS)](https://codecov.io/gh/xo-energy/XO.Diagnostics) A simple HTTP client library for the [BugSnag](https://www.bugsnag.com/) API. For a more complete solution, see [XO.Diagnostics.Bugsnag.OpenTelemetry](../XO.Diagnostics.Bugsnag.OpenTelemetry).