Skip to content

elixirschool/telemetry-code-along

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum

Quantum is a dummy Phoenix app used to illustrate instrumentation with Telemetry.

Up and Running

  • Clone down this repo
  • cd into the repo and run mix deps.get
  • Then, run npm install --prefix ./assets
  • Start the Phoenix server: mix phx.server

To run with StatsD so that you can see your metrics processed, follow the StatsD installation instructions here.

Learn More

Check out the blog series, Instrumenting Phoenix with Telemetry, here:

  • Part I: Telemetry Under The Hood
  • Part II: Handling Telemetry Events with TelemetryMetrics + TelemetryMetricsStatsd
  • Part III: Observing Phoenix + Ecto Telemetry Events
  • Part IV: Erlang VM Measurements with telemetry_poller, TelemetryMetrics + TelemetryMetricsStatsd

Follow Along With The Code

About

Code for Elixir School's blog post series on Telemetry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published