Sha256: d9f53352dccc7fed790a66d5fdc1984aee48fe30b90d584eeca01203d0ea49a1

Contents?: true

Size: 968 Bytes

Versions: 10

Compression:

Stored size: 968 Bytes

Contents

# Ygrene Istio Tracing Gem

Rails instrumentation gem for Istio service mesh (https://istio.io/).

This gem lets your Rails services propagate b3 http headers for distributed tracing with Istio.
It propigates headers to Net::Http and Typhoeus(uses libcurl)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'ygrene_istio_tracing'
```
## Usage

Installed into the rails-setup gem for ygrene usage.

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ygrene_istio_tracing-1.0.11 README.md
ygrene_istio_tracing-1.0.10 README.md
ygrene_istio_tracing-1.0.9 README.md
ygrene_istio_tracing-1.0.8 README.md
ygrene_istio_tracing-1.0.7 README.md
ygrene_istio_tracing-1.0.4 README.md
ygrene_istio_tracing-1.0.3 README.md
ygrene_istio_tracing-1.0.2 README.md
ygrene_istio_tracing-1.0.1 README.md
ygrene_istio_tracing-1.0.0 README.md