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

https://github.com/xmidt-org/candlelight

An OpenTelemetry integration that provides an easy way to add operational visibility to webservices.
https://github.com/xmidt-org/candlelight

Last synced: about 2 months ago
JSON representation

An OpenTelemetry integration that provides an easy way to add operational visibility to webservices.

Awesome Lists containing this project

README

        

# candlelight

candlelight provides a simple chainable or uber-fx based wrapper for OpenTelemetry

[![Build Status](https://github.com/xmidt-org/candlelight/actions/workflows/ci.yml/badge.svg)](https://github.com/xmidt-org/candlelight/actions/workflows/ci.yml)
[![codecov.io](http://codecov.io/github/xmidt-org/candlelight/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/candlelight?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/xmidt-org/candlelight)](https://goreportcard.com/report/github.com/xmidt-org/candlelight)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/candlelight/blob/main/LICENSE)
[![GitHub Release](https://img.shields.io/github/release/xmidt-org/candlelight.svg)](https://github.com/xmidt-org/candlelight/releases)
[![GoDoc](https://pkg.go.dev/badge/github.com/xmidt-org/candlelight)](https://pkg.go.dev/github.com/xmidt-org/candlelight)

## Summary

`candlelight` takes the OpenTelemetry API and makes a couple of useful wrappers for
web services that enable tracing initially.

## Table of Contents

- [Code of Conduct](#code-of-conduct)
- [Details](#details)
- [Install](#install)
- [Contributing](#contributing)

## Code of Conduct

This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/code_of_conduct/).
By participating, you agree to this Code.

## Details

Add details here.

## Install

Add details here.

## Contributing

Refer to [CONTRIBUTING.md](CONTRIBUTING.md).