opencensus_phoenix

Integration between OpenCensus and Phoenix


License
Apache-2.0

Documentation

OpencensusPhoenix

CircleCI Hex version badge

Phoenix instrumenter callback module to automatically create OpenCensus spans for Phoenix Controller and View information.

Simply configure your Phoenix Endpoint to use this library as one of its instrumenters:

config :my_app, MyAppWeb.Endpoint,
  # ... existing config ...
  instrumenters: [OpencensusPhoenix.Instrumenter]