https://github.com/opencensus-beam/opencensus_elli
OpenCensus instrumentation
https://github.com/opencensus-beam/opencensus_elli
elli erlang metrics opencensus tracing
Last synced: 14 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: 2025-04-01T19:08:47.346Z (16 days ago)
- Topics: elli, erlang, metrics, opencensus, tracing
- Language: Erlang
- Size: 28.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-beam-monitoring - Elli
README
opencensus_elli
=====[](https://circleci.com/gh/elli-lib/opencensus_elli)
[](https://codecov.io/gh/elli-lib/opencensus_elli)
[](https://hex.pm/packages/opencensus_elli)
[](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, []},
{, []}]}]}]
```