zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

telemetry.app.src (533B)


      1 {application,telemetry,
      2              [{description,"Dynamic dispatching library for metrics and instrumentations"},
      3               {vsn,"1.1.0"},
      4               {registered,[]},
      5               {mod,{telemetry_app,[]}},
      6               {applications,[kernel,stdlib]},
      7               {env,[]},
      8               {modules,[]},
      9               {licenses,["Apache-2.0"]},
     10               {links,[{"Github",
     11                        "https://github.com/beam-telemetry/telemetry"}]},
     12               {doc,"doc"},
     13               {include_files,["mix.exs"]}]}.