ls-trace 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7f0003534365984417096d7a027492a0472d438f99e0475a51db10ba8553689
4
- data.tar.gz: 4bb8e7ced5f26e03ec9ffbc2ee56fafc122909be2ca1e9807937cff2a57d59b6
3
+ metadata.gz: 23b563efb9937c9361e2cdc8112b9f07c56ee527a6f4c0427e7e401f3d0a4d9c
4
+ data.tar.gz: b78f6a15c995f62c4f60bc95e033fd807731aa23080e74aebf7df8dc1db425fd
5
5
  SHA512:
6
- metadata.gz: eab5eadb8a6e4e2090cadd604521c3f4cc809198593674b08185967d13e0132bc3c704337aec286c0f1682ed01756a60a226250b39e17b1341ac9361e5f7af62
7
- data.tar.gz: 0170ff92aed56a61e55b7a2f072e79eda01a8afb496a885060a9cfa9541cc9c0c7748cf6af600be580a4eab17109768e1c9a835d4bbde73f4deb31f225a3b2e0
6
+ metadata.gz: 9ba6750910fc405ccad0f4ccad2503767fa48a3f21099089084ae4a6c36e6f04e207b4bf593b0dd132c66de661e055c27868f90c063403dbb7be19630383e7ea
7
+ data.tar.gz: b72608bbe8c7fc462e07a80bb585c7de21a049a4a7a0b61145c3ceb0cec383417b39a3b792b40d99bd31bb537a6160b7fb9a7fb9d606ce99fa29d7fd3d614be3
@@ -1,1051 +1,9 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased]
3
+ ## v0.1.1
4
4
 
5
- ## [0.29.0] - 2019-11-20
5
+ * Bugfix for b3 propagation where some ids are propagated at 15 hex characters rather than the required 16 for a 64-bit id.
6
6
 
7
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.29.0
7
+ ## v0.1.0
8
8
 
9
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.28.0...v0.29.0
10
-
11
- ### Added
12
-
13
- - Tracer health metrics (#838, #859)
14
-
15
- ### Changed
16
-
17
- - Default trace buffer size from 100 to 1000 (#865)
18
- - Rack request start headers to accept more values (#832) (@JamesHarker)
19
- - Faraday to apply default instrumentation out-of-the-box (#786, #843) (@mdross95)
20
-
21
- ### Fixed
22
-
23
- - Synthetics trace context being ignored (#856)
24
-
25
- ### Refactored
26
-
27
- - Tracer buffer constants (#851)
28
-
29
- ### Removed
30
-
31
- - Some old Ruby 1.9 code (#819, #844)
32
-
33
- ## [0.28.0] - 2019-10-01
34
-
35
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.28.0
36
-
37
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.27.0...v0.28.0
38
-
39
- ### Added
40
-
41
- - Support for Rails 6.0 (#814)
42
- - Multiplexing on hostname/port for Dalli (#823)
43
- - Support for Redis array arguments (#796, #817) (@brafales)
44
-
45
- ### Refactored
46
-
47
- - Encapsulate span resource name in Faraday integration (#811) (@giancarlocosta)
48
-
49
- ## [0.27.0] - 2019-09-04
50
-
51
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.27.0
52
-
53
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.26.0...v0.27.0
54
-
55
- Support for Ruby < 2.0 is *removed*. Plan for timeline is as follows:
56
-
57
- - 0.25.0: Support for Ruby < 2.0 is deprecated; retains full feature support.
58
- - 0.26.0: Last version to support Ruby < 2.0; any new features will not support 1.9.
59
- - 0.27.0: Support for Ruby < 2.0 is removed.
60
-
61
- Version 0.26.x will receive only critical bugfixes for 1 year following the release of 0.26.0 (August 6th, 2020.)
62
-
63
- ### Added
64
-
65
- - Support for Ruby 2.5 & 2.6 (#800, #802)
66
- - Ethon integration (#527, #778) (@al-kudryavtsev)
67
-
68
- ### Refactored
69
-
70
- - Rails integration into smaller integrations per component (#747, #762, #795)
71
-
72
- ### Removed
73
-
74
- - Support for Ruby 1.9 (#791)
75
-
76
- ## [0.26.0] - 2019-08-06
77
-
78
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.26.0
79
-
80
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.25.1...v0.26.0
81
-
82
- Support for Ruby < 2.0 is *deprecated*. Plan for timeline is as follows:
83
-
84
- - 0.25.0: Support for Ruby < 2.0 is deprecated; retains full feature support.
85
- - 0.26.0: Last version to support Ruby < 2.0; any new features will not support 1.9.
86
- - 0.27.0: Support for Ruby < 2.0 is removed.
87
-
88
- Version 0.26.x will receive only critical bugfixes for 1 year following the release of 0.26.0 (August 6th, 2020.)
89
-
90
- ### Added
91
-
92
- - Container ID tagging for containerized environments (#784)
93
-
94
- ### Refactored
95
-
96
- - Datadog::Metrics constants (#789)
97
-
98
- ### Removed
99
-
100
- - Datadog::HTTPTransport and related components (#782)
101
-
102
- ## [0.25.1] - 2019-07-16
103
-
104
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.25.1
105
-
106
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.25.0...v0.25.1
107
-
108
- ### Fixed
109
-
110
- - Redis integration not quantizing AUTH command (#776)
111
-
112
- ## [0.25.0] - 2019-06-27
113
-
114
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.25.0
115
-
116
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.24.0...v0.25.0
117
-
118
- Support for Ruby < 2.0 is *deprecated*. Plan for timeline is as follows:
119
-
120
- - 0.25.0: Support for Ruby < 2.0 is deprecated; retains full feature support.
121
- - 0.26.0: Last version to support Ruby < 2.0; any new features will not support 1.9.
122
- - 0.27.0: Support for Ruby < 2.0 is removed.
123
-
124
- Version 0.26.x will receive only critical bugfixes for 1 year following the release of 0.26.0.
125
-
126
- ### Added
127
-
128
- - Unix socket support for transport layer (#770)
129
-
130
- ### Changed
131
-
132
- - Renamed 'ForcedTracing' to 'ManualTracing' (#765)
133
-
134
- ### Fixed
135
-
136
- - HTTP headers for distributed tracing sometimes appearing in duplicate (#768)
137
-
138
- ### Refactored
139
-
140
- - Transport layer (#628)
141
-
142
- ### Deprecated
143
-
144
- - Ruby < 2.0 support (#771)
145
- - Use of `Datadog::HTTPTransport` (#628)
146
- - Use of `Datadog::Ext::ForcedTracing` (#765)
147
-
148
- ## [0.24.0] - 2019-05-21
149
-
150
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.24.0
151
-
152
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.23.3...v0.24.0
153
-
154
- ### Added
155
-
156
- - B3 header support (#753)
157
- - Hostname tagging option (#760)
158
- - Contribution and development guides (#754)
159
-
160
- ## [0.23.3] - 2019-05-16
161
-
162
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.23.3
163
-
164
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.23.2...v0.23.3
165
-
166
- ### Fixed
167
-
168
- - Integrations initializing tracer at load time (#756)
169
-
170
- ## [0.23.2] - 2019-05-10
171
-
172
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.23.2
173
-
174
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.23.1...v0.23.2
175
-
176
- ### Fixed
177
-
178
- - Span types for HTTP, web, and some datastore integrations (#751)
179
- - AWS integration not patching service-level gems (#707, #752) (@alksl, @tonypinder)
180
- - Rails 6 warning for `parent_name` (#750) (@sinsoku)
181
-
182
- ## [0.23.1] - 2019-05-02
183
-
184
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.23.1
185
-
186
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.23.0...v0.23.1
187
-
188
- ### Fixed
189
-
190
- - NoMethodError runtime_metrics for SyncWriter (#748)
191
-
192
- ## [0.23.0] - 2019-04-30
193
-
194
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.23.0
195
-
196
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.22.0...v0.23.0
197
-
198
- ### Added
199
-
200
- - Error status support via tags for OpenTracing (#739)
201
- - Forced sampling support via tags (#720)
202
-
203
- ### Fixed
204
-
205
- - Wrong return values for Rake integration (#742) (@Redapted)
206
-
207
- ### Removed
208
-
209
- - Obsolete service telemetry (#738)
210
-
211
- ## [0.22.0] - 2019-04-15
212
-
213
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.22.0
214
-
215
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.21.2...v0.22.0
216
-
217
- In this release we are adding initial support for the **beta** [Runtime metrics collection](https://docs.datadoghq.com/tracing/advanced/runtime_metrics/?tab=ruby) feature.
218
-
219
- ### Changed
220
-
221
- - Add warning log if an integration is incompatible (#722) (@ericmustin)
222
-
223
- ### Added
224
-
225
- - Initial beta support for Runtime metrics collection (#677)
226
-
227
- ## [0.21.2] - 2019-04-10
228
-
229
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.21.2
230
-
231
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.21.1...v0.21.2
232
-
233
- ### Changed
234
-
235
- - Support Mongo gem 2.5+ (#729, #731) (@ricbartm)
236
-
237
- ## [0.21.1] - 2019-03-26
238
-
239
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.21.1
240
-
241
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.21.0...v0.21.1
242
-
243
- ### Changed
244
-
245
- - Support `TAG_ENABLED` for custom instrumentation with analytics. (#728)
246
-
247
- ## [0.21.0] - 2019-03-20
248
-
249
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.21.0
250
-
251
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.20.0...v0.21.0
252
-
253
- ### Added
254
-
255
- - Trace analytics support (#697, #715)
256
- - HTTP after_request span hook (#716, #724)
257
-
258
- ### Fixed
259
-
260
- - Distributed traces with IDs in 2^64 range being dropped (#719)
261
- - Custom logger level forced to warning (#681, #721) (@blaines, @ericmustin)
262
-
263
- ### Refactored
264
-
265
- - Global configuration for tracing into configuration API (#714)
266
-
267
- ## [0.20.0] - 2019-03-07
268
-
269
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.20.0
270
-
271
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.19.1...v0.20.0
272
-
273
- This release will log deprecation warnings for any usage of `Datadog::Pin`.
274
- These changes are backwards compatible, but all integration configuration should be moved away from `Pin` and to the configuration API instead.
275
-
276
- ### Added
277
-
278
- - Propagate synthetics origin header (#699)
279
-
280
- ### Changed
281
-
282
- - Enable distributed tracing by default (#701)
283
-
284
- ### Fixed
285
-
286
- - Fix Rack http_server.queue spans missing from distributed traces (#709)
287
-
288
- ### Refactored
289
-
290
- - Refactor MongoDB to use instrumentation module (#704)
291
- - Refactor HTTP to use instrumentation module (#703)
292
- - Deprecate GRPC global pin in favor of configuration API (#702)
293
- - Deprecate Grape pin in favor of configuration API (#700)
294
- - Deprecate Faraday pin in favor of configuration API (#696)
295
- - Deprecate Dalli pin in favor of configuration API (#693)
296
-
297
- ## [0.19.1] - 2019-02-07
298
-
299
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.19.1
300
-
301
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.19.0...v0.19.1
302
-
303
- ### Added
304
-
305
- - Documentation for Lograge implementation (#683, #687) (@nic-lan)
306
-
307
- ### Fixed
308
-
309
- - Priority sampling dropping spans (#686)
310
-
311
- ## [0.19.0] - 2019-01-22
312
-
313
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.19.0
314
-
315
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.18.3...v0.19.0
316
-
317
- ### Added
318
-
319
- - Tracer#active_correlation for adding correlation IDs to logs. (#660, #664, #673)
320
- - Opt-in support for `event_sample_rate` tag for some integrations. (#665, #666)
321
-
322
- ### Changed
323
-
324
- - Priority sampling enabled by default. (#654)
325
-
326
- ## [0.18.3] - 2019-01-17
327
-
328
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.18.3
329
-
330
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.18.2...v0.18.3
331
-
332
- ### Fixed
333
-
334
- - Mongo `NoMethodError` when no span available during `#failed`. (#674, #675) (@Azure7111)
335
- - Rack deprecation warnings firing with some 3rd party libraries present. (#672)
336
- - Shoryuken resource name when used with ActiveJob. (#671) (@aurelian)
337
-
338
- ## [0.18.2] - 2019-01-03
339
-
340
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.18.2
341
-
342
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.18.1...v0.18.2
343
-
344
- ### Fixed
345
-
346
- - Unfinished Mongo spans when SASL configured (#658) (@zachmccormick)
347
- - Possible performance issue with unexpanded Rails cache keys (#630, #635) (@gingerlime)
348
-
349
- ## [0.18.1] - 2018-12-20
350
-
351
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.18.1
352
-
353
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.18.0...v0.18.1
354
-
355
- ### Fixed
356
-
357
- - ActiveRecord `SystemStackError` with some 3rd party libraries (#661, #662) (@EpiFouloux, @tjgrathwell, @guizmaii)
358
-
359
- ## [0.18.0] - 2018-12-18
360
-
361
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.18.0
362
-
363
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.17.3...v0.18.0
364
-
365
- ### Added
366
-
367
- - Shoryuken integration (#538, #626, #655) (@steveh, @JustSnow)
368
- - Sidekiq client integration (#602, #650) (@dirk)
369
- - Datadog::Shim for adding instrumentation (#648)
370
-
371
- ### Changed
372
-
373
- - Use `DD_AGENT_HOST` and `DD_TRACE_AGENT_PORT` env vars if available (#631)
374
- - Inject `:connection` into `sql.active_record` event (#640, #649, #656) (@guizmaii)
375
- - Return default configuration instead of `nil` on miss (#651)
376
-
377
- ## [0.17.3] - 2018-11-29
378
-
379
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.17.3
380
-
381
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.17.2...v0.17.3
382
-
383
- ### Fixed
384
-
385
- - Bad resource names for Grape::API objects in Grape 1.2.0 (#639)
386
- - RestClient raising NoMethodError when response is `nil` (#636, #642) (@frsantos)
387
- - Rack middleware inserted twice in some Rails applications (#641)
388
-
389
- ## [0.17.2] - 2018-11-23
390
-
391
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.17.2
392
-
393
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.17.1...v0.17.2
394
-
395
- ### Fixed
396
-
397
- - Resque integration shutting down tracer when forking is disabled (#637)
398
-
399
- ## [0.17.1] - 2018-11-07
400
-
401
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.17.1
402
-
403
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.17.0...v0.17.1
404
-
405
- ### Fixed
406
-
407
- - RestClient incorrect app type (#583) (@gaborszakacs)
408
- - DelayedJob incorrect job name when used with ActiveJob (#605) (@agirlnamedsophia)
409
-
410
- ## [0.17.0] - 2018-10-30
411
-
412
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.17.0
413
-
414
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.16.1...v0.17.0
415
-
416
- ### Added
417
-
418
- - [BETA] Span memory `allocations` attribute (#597) (@dasch)
419
-
420
- ### Changed
421
-
422
- - Use Rack Env to update resource in Rails (#580) (@dasch)
423
- - Expand support for Sidekiq to 3.5.4+ (#593)
424
- - Expand support for mysql2 to 0.3.21+ (#578)
425
-
426
- ### Refactored
427
-
428
- - Upgraded integrations to new API (#544)
429
- - Encoding classes into modules (#598)
430
-
431
- ## [0.16.1] - 2018-10-17
432
-
433
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.16.1
434
-
435
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.16.0...v0.16.1
436
-
437
- ### Fixed
438
-
439
- - Priority sampling response being mishandled (#591)
440
- - HTTP open timeout to agent too long (#582)
441
-
442
- ## [0.16.0] - 2018-09-18
443
-
444
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.16.0
445
-
446
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.15.0...v0.16.0
447
-
448
- ### Added
449
-
450
- - OpenTracing support (#517)
451
- - `middleware` option for disabling Rails trace middleware. (#552)
452
-
453
- ## [0.15.0] - 2018-09-12
454
-
455
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.15.0
456
-
457
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.14.2...v0.15.0
458
-
459
- ### Added
460
-
461
- - Rails 5.2 support (#535)
462
- - Context propagation support for `Concurrent::Future` (#415, #496)
463
-
464
- ### Fixed
465
-
466
- - Grape uninitialized constant TraceMiddleware (#525, #533) (@dim)
467
- - Signed integer trace and span IDs being discarded in distributed traces (#530) (@alloy)
468
-
469
- ## [0.14.2] - 2018-08-23
470
-
471
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.14.2
472
-
473
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.14.1...v0.14.2
474
-
475
- ### Fixed
476
-
477
- - Sampling priority from request headers not being used (#521)
478
-
479
- ## [0.14.1] - 2018-08-21
480
-
481
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.14.1
482
-
483
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.14.0...v0.14.1
484
-
485
- ### Changed
486
-
487
- - Reduce verbosity of connection errors in log (#515)
488
-
489
- ### Fixed
490
-
491
- - Sequel 'not a valid integration' error (#514, #516) (@steveh)
492
-
493
- ## [0.14.0] - 2018-08-14
494
-
495
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.14.0
496
-
497
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.13.2...v0.14.0
498
-
499
- ### Added
500
-
501
- - RestClient integration (#422, #460)
502
- - DelayedJob integration (#393 #444)
503
- - Version information to integrations (#483)
504
- - Tracer#active_root_span helper (#503)
505
-
506
- ### Changed
507
-
508
- - Resque to flush traces when Job finishes instead of using SyncWriter (#474)
509
- - ActiveRecord to allow configuring multiple databases (#451)
510
- - Integrations configuration settings (#450, #452, #451)
511
-
512
- ### Fixed
513
-
514
- - Context propagation for distributed traces when context is full (#502)
515
- - Rake shutdown tracer after execution (#487) (@kissrobber)
516
- - Deprecation warnings fired using Unicorn (#508)
517
-
518
- ## [0.14.0.rc1] - 2018-08-08
519
-
520
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.14.0.rc1
521
-
522
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.14.0.beta2...v0.14.0.rc1
523
-
524
- ### Added
525
-
526
- - RestClient integration (#422, #460)
527
- - Tracer#active_root_span helper (#503)
528
-
529
- ### Fixed
530
-
531
- - Context propagation for distributed traces when context is full (#502)
532
-
533
- ## [0.14.0.beta2] - 2018-07-25
534
-
535
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.14.0.beta2
536
-
537
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.14.0.beta1...v0.14.0.beta2
538
-
539
- ### Fixed
540
-
541
- - Rake shutdown tracer after execution (#487) @kissrobber
542
-
543
- ## [0.14.0.beta1] - 2018-07-24
544
-
545
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.14.0.beta1
546
-
547
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.13.1...v0.14.0.beta1
548
-
549
- ### Changed
550
-
551
- - Resque to flush traces when Job finishes instead of using SyncWriter (#474)
552
- - ActiveRecord to allow configuring multiple databases (#451)
553
- - Integrations configuration settings (#450, #452, #451)
554
-
555
- ### Fixed
556
-
557
- - Ruby warnings during tests (#499)
558
- - Tests failing intermittently on Ruby 1.9.3 (#497)
559
-
560
- ### Added
561
-
562
- - DelayedJob integration (#393 #444)
563
- - Version information to integrations (#483)
564
-
565
- ## [0.13.2] - 2018-08-07
566
-
567
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.13.2
568
-
569
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.13.1...v0.13.2
570
-
571
- ### Fixed
572
-
573
- - Context propagation for distributed traces when context is full (#502)
574
-
575
- ## [0.13.1] - 2018-07-17
576
-
577
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.13.1
578
-
579
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.13.0...v0.13.1
580
-
581
- ### Changed
582
-
583
- - Configuration class variables don't lazy load (#477)
584
- - Default tracer host `localhost` --> `127.0.0.1` (#466, #480) (@NobodysNightmare)
585
-
586
- ### Fixed
587
-
588
- - Workers not shutting down quickly in some short running processes (#475)
589
- - Missing documentation for mysql2 and Rails (#476, #488)
590
- - Missing variable in rescue block (#481) (@kitop)
591
- - Unclosed spans in ActiveSupport::Notifications with multithreading (#431, #478) (@senny)
592
-
593
- ## [0.13.0] - 2018-06-20
594
-
595
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.13.0
596
-
597
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.12.1...v0.13.0
598
-
599
- ### Added
600
-
601
- - Sequel integration (supporting Ruby 2.0+) (#171, #367) (@randy-girard, @twe4ked, @palin)
602
- - gRPC integration (supporting Ruby 2.2+) (#379, #403) (@Jared-Prime)
603
- - ActiveModelSerializers integration (#340) (@sullimander)
604
- - Excon integration (#211, #426) (@walterking, @jeffjo)
605
- - Rake integration (supporting Ruby 2.0+, Rake 12.0+) (#409)
606
- - Request queuing tracing to Rack (experimental) (#272)
607
- - ActiveSupport::Notifications::Event helper for event tracing (#400)
608
- - Request and response header tags to Rack (#389)
609
- - Request and response header tags to Sinatra (#427, #375)
610
- - MySQL2 integration (#453) (@jamiehodge)
611
- - Sidekiq job delay tag (#443, #418) (@gottfrois)
612
-
613
- ### Fixed
614
-
615
- - Elasticsearch quantization of ids (#458)
616
- - MongoDB to allow quantization of collection name (#463)
617
-
618
- ### Refactored
619
-
620
- - Hash quantization into core library (#410)
621
- - MongoDB integration to use Hash quantization library (#463)
622
-
623
- ### Changed
624
-
625
- - Hash quantization truncates arrays with nested objects (#463)
626
-
627
- ## [0.13.0.beta1] - 2018-05-09
628
-
629
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.13.0.beta1
630
-
631
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.12.0...v0.13.0.beta1
632
-
633
- ### Added
634
-
635
- - Sequel integration (supporting Ruby 2.0+) (#171, #367) (@randy-girard, @twe4ked, @palin)
636
- - gRPC integration (supporting Ruby 2.2+) (#379, #403) (@Jared-Prime)
637
- - ActiveModelSerializers integration (#340) (@sullimander)
638
- - Excon integration (#211) (@walterking)
639
- - Rake integration (supporting Ruby 2.0+, Rake 12.0+) (#409)
640
- - Request queuing tracing to Rack (experimental) (#272)
641
- - ActiveSupport::Notifications::Event helper for event tracing (#400)
642
- - Request and response header tags to Rack (#389)
643
-
644
- ### Refactored
645
-
646
- - Hash quantization into core library (#410)
647
-
648
- ## [0.12.1] - 2018-06-12
649
-
650
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.12.1
651
-
652
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.12.0...v0.12.1
653
-
654
- ### Changed
655
-
656
- - Cache configuration `Proxy` objects (#446)
657
- - `freeze` more constant strings, to improve memory usage (#446)
658
- - `Utils#truncate` to use slightly less memory (#446)
659
-
660
- ### Fixed
661
-
662
- - Net/HTTP integration not permitting `service_name` to be overridden. (#407, #430) (@undergroundwebdesigns)
663
- - Block not being passed through Elasticsearch client initialization. (#421) (@shayonj)
664
- - Devise raising `NoMethodError` when bad login attempts are made. (#419, #420) (@frsantos)
665
- - AWS spans using wrong resource name (#374, #377) (@jfrancoist)
666
- - ActionView `NoMethodError` on very long traces. (#445, #447) (@jvalanen)
667
-
668
- ### Refactored
669
-
670
- - ActionController patching strategy using modules. (#439)
671
- - ActionView tracing strategy. (#445, #447)
672
-
673
- ## [0.12.0] - 2018-05-08
674
-
675
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.12.0
676
-
677
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.11.4...v0.12.0
678
-
679
- ### Added
680
-
681
- - GraphQL integration (supporting graphql 1.7.9+) (#295)
682
- - ActiveRecord object instantiation tracing (#311, #334)
683
- - Subscriber module for ActiveSupport::Notifications tracing (#324, #380, #390, #395) (@dasch)
684
- - HTTP quantization module (#384)
685
- - Partial flushing option to tracer (#247, #397)
686
-
687
- ### Changed
688
-
689
- - Rack applies URL quantization by default (#371)
690
- - Elasticsearch applies body quantization by default (#362)
691
- - Context for a single trace now has hard limit of 100,000 spans (#247)
692
- - Tags with `rails.db.x` to `active_record.db.x` instead (#396)
693
-
694
- ### Fixed
695
-
696
- - Loading the ddtrace library after Rails has fully initialized can result in load errors. (#357)
697
- - Some scenarios where `middleware_names` could result in bad resource names (#354)
698
- - ActionController instrumentation conflicting with some gems that monkey patch Rails (#391)
699
-
700
- ### Deprecated
701
-
702
- - Use of `:datadog_rack_request_span` variable in favor of `'datadog.rack_request_span'` in Rack. (#365, #392)
703
-
704
- ### Refactored
705
-
706
- - Racecar to use ActiveSupport::Notifications Subscriber module (#381)
707
- - Rails to use ActiveRecord integration instead of its own implementation (#396)
708
- - ActiveRecord to use ActiveSupport::Notifications Subscriber module (#396)
709
-
710
- ## [0.12.0.rc1] - 2018-04-11
711
-
712
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.12.0.rc1
713
-
714
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.11.4...v0.12.0.rc1
715
-
716
- ### Added
717
-
718
- - GraphQL integration (supporting graphql 1.7.9+) (#295)
719
- - ActiveRecord object instantiation tracing (#311, #334)
720
- - Subscriber module for ActiveSupport::Notifications tracing (#324, #380, #390, #395) (@dasch)
721
- - HTTP quantization module (#384)
722
- - Partial flushing option to tracer (#247, #397)
723
-
724
- ### Changed
725
-
726
- - Rack applies URL quantization by default (#371)
727
- - Elasticsearch applies body quantization by default (#362)
728
- - Context for a single trace now has hard limit of 100,000 spans (#247)
729
- - Tags with `rails.db.x` to `active_record.db.x` instead (#396)
730
-
731
- ### Fixed
732
-
733
- - Loading the ddtrace library after Rails has fully initialized can result in load errors. (#357)
734
- - Some scenarios where `middleware_names` could result in bad resource names (#354)
735
- - ActionController instrumentation conflicting with some gems that monkey patch Rails (#391)
736
-
737
- ### Deprecated
738
-
739
- - Use of `:datadog_rack_request_span` variable in favor of `'datadog.rack_request_span'` in Rack. (#365, #392)
740
-
741
- ### Refactored
742
-
743
- - Racecar to use ActiveSupport::Notifications Subscriber module (#381)
744
- - Rails to use ActiveRecord integration instead of its own implementation (#396)
745
- - ActiveRecord to use ActiveSupport::Notifications Subscriber module (#396)
746
-
747
- ## [0.12.0.beta2] - 2018-02-28
748
-
749
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.12.0.beta2
750
-
751
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.12.0.beta1...v0.12.0.beta2
752
-
753
- ### Fixed
754
-
755
- - Loading the ddtrace library after Rails has fully initialized can result in load errors. (#357)
756
-
757
- ## [0.12.0.beta1] - 2018-02-09
758
-
759
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.12.0.beta1
760
-
761
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.11.2...v0.12.0.beta1
762
-
763
- ### Added
764
-
765
- - GraphQL integration (supporting graphql 1.7.9+) (#295)
766
- - ActiveRecord object instantiation tracing (#311, #334)
767
- - `http.request_id` tag to Rack spans (#335)
768
-
769
- ## [0.11.4] - 2018-03-29
770
-
771
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.11.4
772
-
773
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.11.3...v0.11.4
774
-
775
- ### Fixed
776
-
777
- - Transport body parsing when downgrading (#369)
778
- - Transport incorrectly attempting to apply sampling to service metadata (#370)
779
- - `sql.active_record` traces showing incorrect adapter settings when non-default adapter used (#383)
780
-
781
- ## [0.11.3] - 2018-03-06
782
-
783
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.11.3
784
-
785
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.11.2...v0.11.3
786
-
787
- ### Added
788
-
789
- - CHANGELOG.md (#350, #363) (@awendt)
790
- - `http.request_id` tag to Rack spans (#335)
791
- - Tracer configuration to README.md (#332) (@noma4i)
792
-
793
- ### Fixed
794
-
795
- - Extra indentation in README.md (#349) (@ck3g)
796
- - `http.url` when Rails raises exceptions (#351, #353)
797
- - Rails from being patched twice (#352)
798
- - 4XX responses from middleware being marked as errors (#345)
799
- - Rails exception middleware sometimes not being inserted at correct position (#345)
800
- - Processing pipeline documentation typo (#355) (@MMartyn)
801
- - Loading the ddtrace library after Rails has fully initialized can result in load errors. (#357)
802
- - Use of block syntax with Rails `render` not working (#359, #360) (@dorner)
803
-
804
- ## [0.11.2] - 2018-02-02
805
-
806
- **Critical update**: `Datadog::Monkey` removed in version 0.11.1. Adds `Datadog::Monkey` back as no-op, deprecated module.
807
-
808
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.11.2
809
-
810
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.11.1...v0.11.2
811
-
812
- ### Deprecated
813
-
814
- - `Datadog::Monkey` to be no-op and print deprecation warnings.
815
-
816
- ## [0.11.1] - 2018-01-29
817
-
818
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.11.1
819
-
820
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.11.0...v0.11.1
821
-
822
- ### Added
823
-
824
- - `http.base_url` tag for Rack applications (#301, #327)
825
- - `distributed_tracing` option to Sinatra (#325)
826
- - `exception_controller` option to Rails (#320)
827
-
828
- ### Changed
829
-
830
- - Decoupled Sinatra and ActiveRecord integrations (#328, #330) (@hawknewton)
831
- - Racecar uses preferred ActiveSupport::Notifications strategy (#323)
832
-
833
- ### Removed
834
-
835
- - `Datadog::Monkey` in favor of newer configuration API (#322)
836
-
837
- ### Fixed
838
-
839
- - Custom resource names from Rails controllers being overridden (#321)
840
- - Custom Rails exception controllers reporting as the resource (#320)
841
-
842
- ## [0.11.0] - 2018-01-17
843
-
844
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.11.0
845
-
846
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.10.0...v0.11.0
847
-
848
- ## [0.11.0.beta2] - 2017-12-27
849
-
850
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.11.0.beta2
851
-
852
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.11.0.beta1...v0.11.0.beta2
853
-
854
- ## [0.11.0.beta1] - 2017-12-04
855
-
856
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.11.0.beta1
857
-
858
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.10.0...v0.11.0.beta1
859
-
860
- ## [0.10.0] - 2017-11-30
861
-
862
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.10.0
863
-
864
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.9.2...v0.10.0
865
-
866
- ## [0.9.2] - 2017-11-03
867
-
868
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.9.2
869
-
870
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.9.1...v0.9.2
871
-
872
- ## [0.9.1] - 2017-11-02
873
-
874
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.9.1
875
-
876
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.9.0...v0.9.1
877
-
878
- ## [0.9.0] - 2017-10-06
879
-
880
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.9.0
881
-
882
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.8.2...v0.9.0
883
-
884
- ## [0.8.2] - 2017-09-08
885
-
886
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.8.2
887
-
888
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.8.1...v0.8.2
889
-
890
- ## [0.8.1] - 2017-08-10
891
-
892
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.8.1
893
-
894
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.8.0...v0.8.1
895
-
896
- ## [0.8.0] - 2017-07-24
897
-
898
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.8.0
899
-
900
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.7.2...v0.8.0
901
-
902
- ## [0.7.2] - 2017-05-24
903
-
904
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.7.2
905
-
906
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.7.1...v0.7.2
907
-
908
- ## [0.7.1] - 2017-05-10
909
-
910
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.7.1
911
-
912
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.7.0...v0.7.1
913
-
914
- ## [0.7.0] - 2017-04-24
915
-
916
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.7.0
917
-
918
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.6.2...v0.7.0
919
-
920
- ## [0.6.2] - 2017-04-07
921
-
922
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.6.2
923
-
924
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.6.1...v0.6.2
925
-
926
- ## [0.6.1] - 2017-04-05
927
-
928
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.6.1
929
-
930
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.6.0...v0.6.1
931
-
932
- ## [0.6.0] - 2017-03-28
933
-
934
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.6.0
935
-
936
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.5.0...v0.6.0
937
-
938
- ## [0.5.0] - 2017-03-08
939
-
940
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.5.0
941
-
942
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.4.3...v0.5.0
943
-
944
- ## [0.4.3] - 2017-02-17
945
-
946
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.4.3
947
-
948
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.4.2...v0.4.3
949
-
950
- ## [0.4.2] - 2017-02-14
951
-
952
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.4.2
953
-
954
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.4.1...v0.4.2
955
-
956
- ## [0.4.1] - 2017-02-14
957
-
958
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.4.1
959
-
960
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.4.0...v0.4.1
961
-
962
- ## [0.4.0] - 2017-01-24
963
-
964
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.4.0
965
-
966
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.1...v0.4.0
967
-
968
- ## [0.3.1] - 2017-01-23
969
-
970
- Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.3.1
971
-
972
- Git diff: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
973
-
974
- [Unreleased]: https://github.com/DataDog/dd-trace-rb/compare/v0.29.0...master
975
- [0.29.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.28.0...v0.29.0
976
- [0.28.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.27.0...v0.28.0
977
- [0.27.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.26.0...v0.27.0
978
- [0.26.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.25.1...v0.26.0
979
- [0.25.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.25.0...v0.25.1
980
- [0.25.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.24.0...v0.25.0
981
- [0.24.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.23.3...v0.24.0
982
- [0.23.3]: https://github.com/DataDog/dd-trace-rb/compare/v0.23.2...v0.23.3
983
- [0.23.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.23.1...v0.23.2
984
- [0.23.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.23.0...v0.23.1
985
- [0.23.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.22.0...v0.23.0
986
- [0.22.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.21.2...v0.22.0
987
- [0.21.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.21.1...v0.21.2
988
- [0.21.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.21.0...v0.21.1
989
- [0.21.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.20.0...v0.21.0
990
- [0.20.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.19.1...v0.20.0
991
- [0.19.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.19.0...v0.19.1
992
- [0.19.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.18.3...v0.19.0
993
- [0.18.3]: https://github.com/DataDog/dd-trace-rb/compare/v0.18.2...v0.18.3
994
- [0.18.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.18.1...v0.18.2
995
- [0.18.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.18.0...v0.18.1
996
- [0.18.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.3...v0.18.0
997
- [0.17.3]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.2...v0.17.3
998
- [0.17.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.1...v0.17.2
999
- [0.17.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.17.0...v0.17.1
1000
- [0.17.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.16.1...v0.17.0
1001
- [0.16.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.16.0...v0.16.1
1002
- [0.16.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.15.0...v0.16.0
1003
- [0.15.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.14.2...v0.15.0
1004
- [0.14.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.14.1...v0.14.2
1005
- [0.14.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.14.0...v0.14.1
1006
- [0.14.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.13.2...v0.14.0
1007
- [0.14.0.rc1]: https://github.com/DataDog/dd-trace-rb/compare/v0.14.0.beta2...v0.14.0.rc1
1008
- [0.14.0.beta2]: https://github.com/DataDog/dd-trace-rb/compare/v0.14.0.beta1...v0.14.0.beta2
1009
- [0.14.0.beta1]: https://github.com/DataDog/dd-trace-rb/compare/v0.13.0...v0.14.0.beta1
1010
- [0.13.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.13.1...v0.13.2
1011
- [0.13.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.13.0...v0.13.1
1012
- [0.13.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.12.1...v0.13.0
1013
- [0.13.0.beta1]: https://github.com/DataDog/dd-trace-rb/compare/v0.12.0...v0.13.0.beta1
1014
- [0.12.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.12.0...v0.12.1
1015
- [0.12.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.11.4...v0.12.0
1016
- [0.12.0.rc1]: https://github.com/DataDog/dd-trace-rb/compare/v0.11.4...v0.12.0.rc1
1017
- [0.12.0.beta2]: https://github.com/DataDog/dd-trace-rb/compare/v0.12.0.beta1...v0.12.0.beta2
1018
- [0.12.0.beta1]: https://github.com/DataDog/dd-trace-rb/compare/v0.11.2...v0.12.0.beta1
1019
- [0.11.4]: https://github.com/DataDog/dd-trace-rb/compare/v0.11.3...v0.11.4
1020
- [0.11.3]: https://github.com/DataDog/dd-trace-rb/compare/v0.11.2...v0.11.3
1021
- [0.11.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.11.1...v0.11.2
1022
- [0.11.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.11.0...v0.11.1
1023
- [0.11.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.10.0...v0.11.0
1024
- [0.11.0.beta2]: https://github.com/DataDog/dd-trace-rb/compare/v0.11.0.beta1...v0.11.0.beta2
1025
- [0.11.0.beta1]: https://github.com/DataDog/dd-trace-rb/compare/v0.10.0...v0.11.0.beta1
1026
- [0.10.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.9.2...v0.10.0
1027
- [0.9.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.9.1...v0.9.2
1028
- [0.9.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.9.0...v0.9.1
1029
- [0.9.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.8.2...v0.9.0
1030
- [0.8.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.8.1...v0.8.2
1031
- [0.8.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.8.0...v0.8.1
1032
- [0.8.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.7.2...v0.8.0
1033
- [0.7.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.7.1...v0.7.2
1034
- [0.7.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.7.0...v0.7.1
1035
- [0.7.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.6.2...v0.7.0
1036
- [0.6.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.6.1...v0.6.2
1037
- [0.6.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.6.0...v0.6.1
1038
- [0.6.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.5.0...v0.6.0
1039
- [0.5.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.4.3...v0.5.0
1040
- [0.4.3]: https://github.com/DataDog/dd-trace-rb/compare/v0.4.2...v0.4.3
1041
- [0.4.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.4.1...v0.4.2
1042
- [0.4.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.4.0...v0.4.1
1043
- [0.4.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.3.1...v0.4.0
1044
- [0.3.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.3.0...v0.3.1
1045
- [0.3.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.2.0...v0.3.0
1046
- [0.2.0]: https://github.com/DataDog/dd-trace-rb/compare/v0.1.5...v0.2.0
1047
- [0.1.5]: https://github.com/DataDog/dd-trace-rb/compare/v0.1.4...v0.1.5
1048
- [0.1.4]: https://github.com/DataDog/dd-trace-rb/compare/v0.1.3...v0.1.4
1049
- [0.1.3]: https://github.com/DataDog/dd-trace-rb/compare/v0.1.2...v0.1.3
1050
- [0.1.2]: https://github.com/DataDog/dd-trace-rb/compare/v0.1.1...v0.1.2
1051
- [0.1.1]: https://github.com/DataDog/dd-trace-rb/compare/v0.1.0...v0.1.1
9
+ * Initial release
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # LS Trace Client
2
2
 
3
- [![CircleCI](https://circleci.com/gh/lightstep/dd-trace-rb/tree/master.svg?style=svg)](https://circleci.com/gh/lightstep/dd-trace-rb/tree/master)
3
+ [![CircleCI](https://circleci.com/gh/lightstep/ls-trace-rb/tree/master.svg?style=svg)](https://circleci.com/gh/lightstep/ls-trace-rb/tree/master)
4
4
 
5
5
  Datadog has generously announced the [donation](https://www.datadoghq.com/blog/opentelemetry-instrumentation) of their tracer libraries to the [OpenTelemety](https://opentelemetry.io/), project. Auto-instrumentation is a core feature of these libraries, making it possible to create and collect telemetry data without needing to change your code. LightStep wants you to be able to use these libraries now! `ls-trace` is LightStep's fork of Datadog’s tracing client for Ruby. You can install and use it to take advantage of auto-instrumentation without waiting for OpenTelemetry. Each LightStep agent is [“pinned” to a Datadog release](#versioning) and is fully supported by LightStep’s Customer Success team.
6
6
 
@@ -23,8 +23,6 @@ To send data from your system to LightStep, you need to configure the tracing cl
23
23
 
24
24
  ##### On-Premise satellites
25
25
 
26
- If your on-premise satellites accept data over plain HTTP, follow the instructions below. If they require HTTPS you will have to use the [LightStep reverse proxy][ls-reverse-proxy]. See the instructions for [public satellites](#public-satellites) for more details.
27
-
28
26
  Set the following environment variables to the host and port of your satellite:
29
27
 
30
28
  ```
@@ -13,8 +13,8 @@ module Datadog
13
13
  return if context.nil?
14
14
 
15
15
  # DEV: We need these to be hex encoded
16
- env[B3_HEADER_TRACE_ID] = context.trace_id.to_s(16)
17
- env[B3_HEADER_SPAN_ID] = context.span_id.to_s(16)
16
+ env[B3_HEADER_TRACE_ID] = format(ID_FORMAT_STR, context.trace_id)
17
+ env[B3_HEADER_SPAN_ID] = format(ID_FORMAT_STR, context.span_id)
18
18
 
19
19
  unless context.sampling_priority.nil?
20
20
  sampling_priority = DistributedTracing::Headers::Helpers.clamp_sampling_priority(context.sampling_priority)
@@ -18,7 +18,7 @@ module Datadog
18
18
  # DEV: `{SamplingState}` and `{ParentSpanId`}` are optional
19
19
 
20
20
  # DEV: We need these to be hex encoded
21
- header = "#{context.trace_id.to_s(16)}-#{context.span_id.to_s(16)}"
21
+ header = "#{format(ID_FORMAT_STR, context.trace_id)}-#{format(ID_FORMAT_STR, context.span_id)}"
22
22
 
23
23
  unless context.sampling_priority.nil?
24
24
  sampling_priority = DistributedTracing::Headers::Helpers.clamp_sampling_priority(context.sampling_priority)
@@ -28,6 +28,8 @@ module Datadog
28
28
  GRPC_METADATA_PARENT_ID = 'x-datadog-parent-id'.freeze
29
29
  GRPC_METADATA_SAMPLING_PRIORITY = 'x-datadog-sampling-priority'.freeze
30
30
  GRPC_METADATA_ORIGIN = 'x-datadog-origin'.freeze
31
+
32
+ ID_FORMAT_STR = '%016x'.freeze
31
33
  end
32
34
  end
33
35
  end
@@ -2,7 +2,7 @@ module Datadog
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 1
5
+ PATCH = 2
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
@@ -0,0 +1 @@
1
+ require_relative 'ddtrace'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ls-trace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - lightstep
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-23 00:00:00.000000000 Z
11
+ date: 2020-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: msgpack
@@ -654,6 +654,7 @@ files:
654
654
  - lib/ddtrace/version.rb
655
655
  - lib/ddtrace/workers.rb
656
656
  - lib/ddtrace/writer.rb
657
+ - lib/ls-trace.rb
657
658
  - tasks/release_gem.rake
658
659
  homepage: https://github.com/lightstep/dd-trace-rb
659
660
  licenses: