Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/dd-trace-rb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: DataDog/dd-trace-rb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.1
Choose a head ref

Commits on Mar 29, 2017

  1. [version] bump to 0.6.1

    ufoot committed Mar 29, 2017
    Copy the full SHA
    2077604 View commit details

Commits on Mar 30, 2017

  1. Add Tracer#set_tag method

    Robert Coker authored and Emanuele Palazzetti committed Mar 30, 2017
    Copy the full SHA
    2246e04 View commit details
  2. Apply global tags to span during trace

    Robert Coker authored and Emanuele Palazzetti committed Mar 30, 2017
    Copy the full SHA
    89df0e5 View commit details
  3. Set default env tag to Rails environment value

    Robert Coker authored and Emanuele Palazzetti committed Mar 30, 2017
    Copy the full SHA
    a69bc63 View commit details
  4. Expose global tracer tags

    Robert Coker authored and Emanuele Palazzetti committed Mar 30, 2017
    Copy the full SHA
    ca6468a View commit details
  5. Add tests for global tags

    Robert Coker authored and Emanuele Palazzetti committed Mar 30, 2017
    Copy the full SHA
    18ad031 View commit details
  6. Fix Rails module reference

    Robert Coker authored and Emanuele Palazzetti committed Mar 30, 2017
    Copy the full SHA
    cb024e9 View commit details
  7. Add Rails tracer tests

    Robert Coker authored and Emanuele Palazzetti committed Mar 30, 2017
    Copy the full SHA
    f8f3512 View commit details
  8. Update docs

    Robert Coker authored and Emanuele Palazzetti committed Mar 30, 2017
    Copy the full SHA
    5baa4db View commit details
  9. [core] Tracer#set_tags accepts a hash instead of a single key

    Emanuele Palazzetti committed Mar 30, 2017
    Copy the full SHA
    5594367 View commit details
  10. Merge pull request #100 from palazzem/global-tags

    add global tags to the Tracer class
    Emanuele Palazzetti authored Mar 30, 2017
    Copy the full SHA
    003ee50 View commit details
  11. Copy the full SHA
    debae48 View commit details
  12. [rails] env setting has priority over tags setting

    Emanuele Palazzetti committed Mar 30, 2017
    Copy the full SHA
    08e2d4e View commit details
  13. [rails] tags is used if env setting is nil

    Emanuele Palazzetti committed Mar 30, 2017
    Copy the full SHA
    252f089 View commit details
  14. Merge pull request #101 from palazzem/rails-tags

    [rails] provide tags setting to include global tags from Rails settings
    Emanuele Palazzetti authored Mar 30, 2017
    Copy the full SHA
    3e5c44e View commit details

Commits on Apr 5, 2017

  1. Copy the full SHA
    091d911 View commit details
  2. Copy the full SHA
    3167eca View commit details
  3. Copy the full SHA
    026f15b View commit details
  4. Copy the full SHA
    122e7ca View commit details
  5. Copy the full SHA
    4d07839 View commit details
  6. [contrib:redis] fixed service type handling

    Fix proved a little more complex than expected, previously, actually,
    the service meta were just reported as expected. Basically, one needs
    to actively call set_service_info for it to work.
    ufoot committed Apr 5, 2017
    Copy the full SHA
    400c6d0 View commit details
  7. Copy the full SHA
    daea0d9 View commit details
  8. Copy the full SHA
    98d96ae View commit details
  9. Copy the full SHA
    6fc8c56 View commit details
  10. Copy the full SHA
    7547d5d View commit details
  11. Copy the full SHA
    9041d30 View commit details
Loading