zf

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

cowboy_telemetry.app.src (423B)


      1 {application,cowboy_telemetry,
      2              [{description,"Telemetry instrumentation for Cowboy"},
      3               {vsn,"0.4.0"},
      4               {registered,[]},
      5               {applications,[kernel,stdlib,telemetry]},
      6               {env,[]},
      7               {modules,[]},
      8               {licenses,["Apache 2.0"]},
      9               {links,[{"Github",
     10                        "https://github.com/beam-telemetry/cowboy_telemetry"}]}]}.