opencensus_phoenix v0.1.0 API Reference

Modules

Phoenix instrumenter callback module to automatically create spans for Phoenix Controller and View information. Configure your Phoenix Endpoint to use this library as one of its instrumenters:

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

More details can be found in the Phoenix documentation.