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: 15 days ago
JSON representation

OpenCensus instrumentation

Lists

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, []},
{, []}]}]}]
```