atatus 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fdb76c9559c230c2e772a5878d82486da076104089c39302722fccca8f0c22db
4
- data.tar.gz: 20233ccdea5269e3b3eb6c7c348091a161f875fbd1946554bdd314ee09f55ba2
3
+ metadata.gz: 4b66e60d1476198f7c60d05c2b63d0a8769b36675ae81cb91b1746959fe44b15
4
+ data.tar.gz: 25c6da98c635406b843c4462f33412331c60c2ff2dc1378fe8c93a3e719db2fc
5
5
  SHA512:
6
- metadata.gz: c0dfd9f4d6ecddad2036b1b289ec864ea0edbc5f0949bfd76639b741e5a6be6ca2da9840347b10950635a235df37c20c9464505675e022b10d5c9341dc2807c1
7
- data.tar.gz: 38d6f642f6f413e8c0ed989ba28d70bb9ce9643525fa28156ce8853e3781c1b3d3e9329d06d9ed0d8b7096a7d6799ad8817701012007a443f9a44a47ecf16136
6
+ metadata.gz: eb877329af1c2f047ae54752964d0ac89a99477bf1c304efa2324eb7686e1ae9d1797627aa09282345302d0ea8bbea406a45328a6a2c0e27b09811ff763cc0a0
7
+ data.tar.gz: 8a4848188c6ddfb971999e4e621c34863577387d6dc3cd96d6671514b4941557d83c4636085a5a9f7bbbe4230cfdf7ba9a2f7e13885b8d6b34b7a0303d6af497
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 1.6.1 (Wed, 29 Dec 2021)
8
+
9
+ - Fixed a specific case where span duration goes less than 0.
10
+
7
11
 
8
12
  ## 1.6.0 (Fri, 24 Dec 2021)
9
13
 
@@ -229,6 +229,9 @@ module Atatus
229
229
  end
230
230
  k += 1
231
231
  end
232
+ if spans_tuple[j].duration <= 0
233
+ spans_tuple[j].duration = 1
234
+ end
232
235
  end
233
236
 
234
237
  if !@txns_agg[txn.name].spans.key?(spans_tuple[j].name)
@@ -19,5 +19,5 @@
19
19
 
20
20
  module Atatus
21
21
  AGENT_NAME = 'Ruby'
22
- VERSION = '1.6.0'
22
+ VERSION = '1.6.1'
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atatus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Atatus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-23 00:00:00.000000000 Z
11
+ date: 2021-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby