Skip to content

Commit

Permalink
Add status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrogers committed Jun 28, 2023
1 parent 6dcaa8c commit 23ad2bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions XO.Diagnostics.Bugsnag.OpenTelemetry/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 5 additions & 1 deletion XO.Diagnostics.Bugsnag/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down

0 comments on commit 23ad2bf

Please sign in to comment.