census-instrumentation / opencensus-ruby

A stats collection and distributed tracing framework
Apache License 2.0
91 stars 23 forks source link

Implement Stats integrations: HTTP 1 transport #82

Open jparsana opened 6 years ago

jparsana commented 6 years ago

Provide a HTTP plugin that would collect basic stats associated with http request and response on client and server. Provide an easy way to enable collecting stats. Refer to Go implementation as a reference. Make the plugin for 1 or 2 most popular frameworks used in the industry for the language.