opencensus_phoenix v0.1.0 OpencensusPhoenix.Instrumenter
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.
Link to this section Summary
Link to this section Functions
Link to this function
span_name(conn)
Link to this function