X Tutup
The Wayback Machine - https://web.archive.org/web/20200905065816/https://github.com/elixirschool/telemetry-code-along
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
X Tutup