px-service-client 2.0.1 → 2.0.2

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
  SHA1:
3
- metadata.gz: 19e7ec8a32fa4b49f0fac0e10eab3b1a38e373f2
4
- data.tar.gz: b583bc1b97b2ad936e30242238184ce2d4241034
3
+ metadata.gz: 6d3ce1fab11f17a250346cf354c8382bdb96c6b8
4
+ data.tar.gz: 4593a5a42b124e63f1c7bf7dca91cd5fac023513
5
5
  SHA512:
6
- metadata.gz: afe66390c4020a0896b7d882e9bcf78463ab3a932b4373f428f16b96f5c84d0250d8eabd57df4e12f6ca27c0c4ceb05a33281b721f4cad51973de50f321f024e
7
- data.tar.gz: cc9b24b80f6945371bfc339cb73e75a48473860e18a3a60bbfdac6554aa643ee5152c6421de579fb23f166e8db73aebaf2c5188bcda5a563027766e272ac3f55
6
+ metadata.gz: 329417c5eab90b720eabb50d4f0ddbf4ece63bd78f16a881d4a45ae057221187bdabd1bb83b065611539ed05e9734c57ea519ac4348d46e3c4800aa236ddae94
7
+ data.tar.gz: 78e11e2dcd5df98d9c4caab1e3aa9255c963db2ea59f69bd634d0cec89d9f9d9d55463ee43c8b50c0399ee3b1e2498ae0b5b13ec2f45bd42905771677b8c2383
@@ -45,11 +45,11 @@ module Px::Service::Client
45
45
  "method:#{method.downcase}",
46
46
  ]
47
47
  if uri.respond_to?(:path)
48
- stats_tags << "host:#{uri.host}"
48
+ stats_tags << "remote_host:#{uri.host}"
49
49
  stats_tags << "path:#{uri.path}"
50
50
  else
51
51
  actual_uri = URI(uri)
52
- stats_tags << "host:#{actual_uri.host}"
52
+ stats_tags << "remote_host:#{actual_uri.host}"
53
53
  stats_tags << "path:#{actual_uri.path}"
54
54
  end
55
55
 
@@ -1,7 +1,7 @@
1
1
  module Px
2
2
  module Service
3
3
  module Client
4
- VERSION = "2.0.1"
4
+ VERSION = "2.0.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: px-service-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Micacchi