apidepth 0.2.1 → 0.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/apidepth/version.rb +1 -1
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3226f968bffa6535e9444dbbec3cd494d0e457138fd288d54f9f48df1e6d6166
4
- data.tar.gz: cffca712b07f6501d020ecc54cac0f811dfea18c89c959a778ed048dd4f12d4c
3
+ metadata.gz: d1863cc44a0aa90d68dbae4bba31293e4d8154a3a92c1fa0030c3a0002cf5237
4
+ data.tar.gz: 881062b88799903817b01067cfad0227499402073cd8e58702de8eb5cbf00f3e
5
5
  SHA512:
6
- metadata.gz: 53b8a62f5c91b8998dd13d06c41c64d5922a228f6022534320766fe080b7b9f9c45cb96d93de16cfb542a9709bb10c771e72514671195bde8349562b86dcba58
7
- data.tar.gz: 558c43465398f9963d6254ca90167b63b0d7db5ce00735cdb42e900eb37cfa2df4a3b543a2b58ad816191dbad07929c4cb451ea7589e8fe980d6c3040cb16ade
6
+ metadata.gz: a3f798621d4d00f8c158ec0ed50b1c00fb8e215da5efaec04fe04a996c29eec97dcf746c355eb16336b98ac46655133f7a16f0c4325cbec7b20e3bff72b37fa3
7
+ data.tar.gz: 88da8b454854604520dd0d025eb08ece7da634adb8951f59bc9c6b1421d6440b6ce7a0d9d82413f740025d9df361a80f530c18c8359a7484ca5ce4bf3d24d43e
@@ -1,5 +1,5 @@
1
1
  # lib/apidepth/version.rb
2
2
 
3
3
  module Apidepth
4
- VERSION = "0.2.1".freeze
4
+ VERSION = "0.2.2".freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apidepth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apidepth
@@ -94,9 +94,10 @@ dependencies:
94
94
  - !ruby/object:Gem::Version
95
95
  version: '1.65'
96
96
  description: |
97
- Apidepth instruments Net::HTTP to capture real production latency to
98
- third-party APIs (Stripe, OpenAI, Twilio, etc.) and streams anonymized
99
- timing data to the Apidepth collector for trend analysis and alerting.
97
+ Know if your API slowness is your code or the vendor's. Apidepth instruments
98
+ Net::HTTP to track real production latency to Stripe, OpenAI, Twilio and others
99
+ then benchmarks your p95 against anonymized fleet data so you can see if it's
100
+ you, or everyone.
100
101
  email:
101
102
  - hello@apidepth.io
102
103
  executables: []
@@ -140,5 +141,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
141
  requirements: []
141
142
  rubygems_version: 4.0.11
142
143
  specification_version: 4
143
- summary: Passive outbound API latency monitoring for Rails applications
144
+ summary: Know if your API slowness is your code or the vendor's
144
145
  test_files: []