Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opencensus-beam/opencensus-cowboy
Opencensus Cowboy integration
https://github.com/opencensus-beam/opencensus-cowboy
cowboy erlang opencensus tracing
Last synced: about 9 hours ago
JSON representation
Opencensus Cowboy integration
- Host: GitHub
- URL: https://github.com/opencensus-beam/opencensus-cowboy
- Owner: opencensus-beam
- License: mit
- Created: 2018-03-11T16:56:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T09:20:17.000Z (almost 6 years ago)
- Last Synced: 2024-11-23T22:51:28.825Z (2 months ago)
- Topics: cowboy, erlang, opencensus, tracing
- Language: Erlang
- Size: 1.95 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opencensus_cowboy #
Copyright (c) 2018 Ilya Khaprov <>.
__Version:__ 0.3.0
[![Hex.pm][Hex badge]][Hex link]
[![Hex.pm Downloads][Hex downloads badge]][Hex link]
[![Build Status][Travis badge]][Travis link]## Restoring trace context
## Gathering statistics
## Contributing
Section order:
- Types
- Macros
- Callbacks
- Public API
- Deprecations
- Private PartsInstall the `git` pre-commit hook:
```bash
./bin/pre-commit.sh install
```
The pre-commit check can be skipped by passing `--no-verify` to `git commit`.
## License
MIT
[Hex badge]: https://img.shields.io/hexpm/v/opencensus_cowboy.svg?maxAge=2592000?style=plastic
[Hex link]: https://hex.pm/packages/opencensus_cowboy
[Hex downloads badge]: https://img.shields.io/hexpm/dt/opencensus_cowboy.svg?maxAge=2592000
[Travis badge]: https://travis-ci.org/deadtrickster/opencensus-cowboy.svg?branch=version-3
[Travis link]: https://travis-ci.org/deadtrickster/opencensus-cowboy
[Coveralls badge]: https://coveralls.io/repos/github/deadtrickster/opencensus-cowboy/badge.svg?branch=master
[Coveralls link]: https://coveralls.io/github/deadtrickster/opencensus-cowboy?branch=master## Modules ##