https://github.com/future-architect/futureot
OpenCensus (OpenTelemetry) helper functions
https://github.com/future-architect/futureot
Last synced: 8 months ago
JSON representation
OpenCensus (OpenTelemetry) helper functions
- Host: GitHub
- URL: https://github.com/future-architect/futureot
- Owner: future-architect
- Created: 2019-05-31T02:33:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:12:29.000Z (about 3 years ago)
- Last Synced: 2025-05-07T21:08:41.777Z (8 months ago)
- Language: Go
- Size: 1.23 MB
- Stars: 11
- Watchers: 11
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# futureot
[OpenCensus](https://opencensus.io/) helper functions.
In near future, it will support [OpenTelemetry](https://opentelemetry.io/) too.
```sh
$ go get github.com/future-architect/futureot/...
```
## Config Helper
Package ``occonfig`` helps initializing OpenCensus.
The application that imports this package can initialize OpenCensus exporter setting
via environment variables, command line arguments.
## Instruments
* Under constructing
## Exporters
* [opencensus-go-exporter-zap](https://github.com/future-architect/futureot/tree/master/exporters/opencensus-go-exporter-zap): Console exporter via [zap](https://godoc.org/go.uber.org/zap).