Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opencensus-beam/opencensus_elli
OpenCensus instrumentation
https://github.com/opencensus-beam/opencensus_elli
elli erlang metrics opencensus tracing
Last synced: 27 days ago
JSON representation
OpenCensus instrumentation
- Host: GitHub
- URL: https://github.com/opencensus-beam/opencensus_elli
- Owner: opencensus-beam
- License: apache-2.0
- Created: 2017-09-22T15:01:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T19:15:01.000Z (over 5 years ago)
- Last Synced: 2024-12-09T00:38:12.118Z (about 1 month ago)
- Topics: elli, erlang, metrics, opencensus, tracing
- Language: Erlang
- Size: 28.3 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-beam-monitoring - Elli
README
opencensus_elli
=====[![CircleCI](https://circleci.com/gh/elli-lib/opencensus_elli.svg?style=svg)](https://circleci.com/gh/elli-lib/opencensus_elli)
[![codecov](https://codecov.io/gh/elli-lib/opencensus_elli/branch/master/graph/badge.svg)](https://codecov.io/gh/elli-lib/opencensus_elli)
[![Hex.pm](https://img.shields.io/hexpm/v//opencensus_elli.svg?maxAge=2592000)](https://hex.pm/packages/opencensus_elli)
[![Hex.pm](https://img.shields.io/hexpm/dt/opencensus_elli.svg?maxAge=2592000)](https://hex.pm/packages/opencensus_elli)
Elli middleware for [OpenCensus](http://opencensus.io/) instrumentation.```erlang
{deps, [opencensus_elli]}.
```Using the `elli_middleware` callback place `oc_elli_middelware` as the first module to be called in the list of handlers:
```erlang
[{callback, elli_middleware},
{callback_args, [{mods, [{oc_elli_middleware, []},
{, []}]}]}]
```