Skip to content

Tags: strom/zipkin-ruby

Tags

0.22.0

Toggle 0.22.0's commit message
Add the `:record_on_server_receive` configuration option (openzipkin#103

)

* Add the `:record_on_server_receive` configuration option

* make config.record_on_server_receive an empty hash by default

* refactor ZipkinTracer::RackHandler#trace_request_information

0.21.2

Toggle 0.21.2's commit message
prevents raising an error if the tracer is not set in Faraday and Exc…

…on (openzipkin#101)

0.21.1

Toggle 0.21.1's commit message
Add tests for response status tracing in Excon middleware (openzipkin…

…#100)

* Add tests for response status tracing

Test the response status is correctly traced.  Also guard against nil
response/status, which might happen if the middleware is inserted into
Excon before the Excon::Middleware::ResponseParser.

* Bump version and add changelog entry

* Simplify response_status method

0.21.0

Toggle 0.21.0's commit message
Add an Excon middleware (openzipkin#97)

* Add Excon middleware tests based on Faraday tests

* Extract middleware shared examples

* Build url using Excon helper instead of URI::Generic

This fixes the case where Excon.new is called with a `query` param that
is a hash instead of a string

* Add specs for query params

* Service name in excon is defaulted to url host

* Remove service name mention

* Allow to pass  a service name

* Lower the required version of Excon

* Bump version and add changelog

* Rescue URI errors

* Make Excon a development dependency

0.20.1

Toggle 0.20.1's commit message
Merge pull request openzipkin#95 from openzipkin/fix_config

fixes sampled_as_boolean configuration

0.20.0

Toggle 0.20.0's commit message
Merge pull request openzipkin#94 from JordiPolo/fix_faraday_setting_ids

fixes faraday middleware and add new convenient classes

0.19.1

Toggle 0.19.1's commit message
Merge pull request openzipkin#90 from openzipkin/limit_required_headers

limits the required zipkin headers to x_b3_trace_id and x_b3_span_id

0.19.0

Toggle 0.19.0's commit message
Merge pull request openzipkin#79 from JordiPolo/feature/support_1_0

adds support for 1/0 as values of the sampled header

0.18.6

Toggle 0.18.6's commit message
Merge pull request openzipkin#85 from blueapron/pass_http_method_to_r…

…ecognize_path

passes the http verb to the recognize_path method

0.18.5

Toggle 0.18.5's commit message
Merge pull request openzipkin#82 from ys/patch-1

Bump the version