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.
- Host: GitHub
- URL: https://github.com/xmidt-org/candlelight
- Owner: xmidt-org
- License: apache-2.0
- Created: 2021-02-04T18:53:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T01:29:24.000Z (3 months ago)
- Last Synced: 2025-03-23T12:32:53.600Z (2 months ago)
- Language: Go
- Size: 371 KB
- Stars: 1
- Watchers: 13
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# candlelight
candlelight provides a simple chainable or uber-fx based wrapper for OpenTelemetry
[](https://github.com/xmidt-org/candlelight/actions/workflows/ci.yml)
[](http://codecov.io/github/xmidt-org/candlelight?branch=main)
[](https://goreportcard.com/report/github.com/xmidt-org/candlelight)
[](https://github.com/xmidt-org/candlelight/blob/main/LICENSE)
[](https://github.com/xmidt-org/candlelight/releases)
[](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).