stackdriver 0.15.4 → 0.15.5
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 +4 -4
- data/CHANGELOG.md +6 -0
- data/OVERVIEW.md +8 -8
- data/lib/stackdriver.rb +8 -8
- data/lib/stackdriver/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec442521f4f0333318545d6185fc9b2ee05f7a475f2aad5e6a7e4f6a8d05f58a
|
|
4
|
+
data.tar.gz: f75ed9bf37ed72cfe21999a8cb9e3de9901b0684dc6fcbd82d7754993a25959f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e332c949e0c22e751ae991439a3f06ee856bb2f7233d8db9a9944f64aedcc843485bd404854a143d025f899a21ad9431f8ac403c25940474b354764c5195e8d9
|
|
7
|
+
data.tar.gz: a07bde876e16d79f4e58275e4d2e35ca315b2d8164eee08180eb89c09d123b9e614c917bd95bee6969fe09790af99bc3ff8bb2da961b4c7fe855db647d6c00e1
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
|
@@ -7,18 +7,18 @@ your application.
|
|
|
7
7
|
|
|
8
8
|
Specifically, this gem is a convenience package that loads the following gems:
|
|
9
9
|
|
|
10
|
-
- [google-cloud-debugger](https://googleapis.
|
|
11
|
-
- [google-cloud-error_reporting](https://googleapis.
|
|
12
|
-
- [google-cloud-logging](https://googleapis.
|
|
13
|
-
- [google-cloud-trace](https://googleapis.
|
|
10
|
+
- [google-cloud-debugger](https://googleapis.dev/ruby/google-cloud-debugger/latest
|
|
11
|
+
- [google-cloud-error_reporting](https://googleapis.dev/ruby/google-cloud-error_reporting/latest
|
|
12
|
+
- [google-cloud-logging](https://googleapis.dev/ruby/google-cloud-logging/latest
|
|
13
|
+
- [google-cloud-trace](https://googleapis.dev/ruby/google-cloud-trace/latest
|
|
14
14
|
|
|
15
15
|
On top of that, stackdriver gem automatically activates the following
|
|
16
16
|
instrumentation features:
|
|
17
17
|
|
|
18
|
-
- [google-cloud-debugger instrumentation](https://googleapis.
|
|
19
|
-
- [google-cloud-error_reporting strumentation](https://googleapis.
|
|
20
|
-
- [google-cloud-logging instrumentation](https://googleapis.
|
|
21
|
-
- [google-cloud-trace instrumentation](https://googleapis.
|
|
18
|
+
- [google-cloud-debugger instrumentation](https://googleapis.dev/ruby/google-cloud-debugger/latest/file.INSTRUMENTATION.html
|
|
19
|
+
- [google-cloud-error_reporting strumentation](https://googleapis.dev/ruby/google-cloud-error_reporting/latest/file.INSTRUMENTATION.html
|
|
20
|
+
- [google-cloud-logging instrumentation](https://googleapis.dev/ruby/google-cloud-logging/latest/file.INSTRUMENTATION.html
|
|
21
|
+
- [google-cloud-trace instrumentation](https://googleapis.dev/ruby/google-cloud-trace/latest/file.INSTRUMENTATION.html
|
|
22
22
|
|
|
23
23
|
## Usage
|
|
24
24
|
|
data/lib/stackdriver.rb
CHANGED
|
@@ -40,18 +40,18 @@ end
|
|
|
40
40
|
#
|
|
41
41
|
# Specifically, this gem is a convenience package that loads the following gems:
|
|
42
42
|
#
|
|
43
|
-
# - [google-cloud-debugger](https://googleapis.
|
|
44
|
-
# - [google-cloud-error_reporting](https://googleapis.
|
|
45
|
-
# - [google-cloud-logging](https://googleapis.
|
|
46
|
-
# - [google-cloud-trace](https://googleapis.
|
|
43
|
+
# - [google-cloud-debugger](https://googleapis.dev/ruby/google-cloud-debugger/latest)
|
|
44
|
+
# - [google-cloud-error_reporting](https://googleapis.dev/ruby/google-cloud-error_reporting/latest)
|
|
45
|
+
# - [google-cloud-logging](https://googleapis.dev/ruby/google-cloud-logging/latest)
|
|
46
|
+
# - [google-cloud-trace](https://googleapis.dev/ruby/google-cloud-trace/latest)
|
|
47
47
|
#
|
|
48
48
|
# On top of that, stackdriver gem automatically activates the following
|
|
49
49
|
# instrumentation features:
|
|
50
50
|
#
|
|
51
|
-
# - [google-cloud-debugger instrumentation](https://googleapis.
|
|
52
|
-
# - [google-cloud-error_reporting instrumentation](https://googleapis.
|
|
53
|
-
# - [google-cloud-logging instrumentation](https://googleapis.
|
|
54
|
-
# - [google-cloud-trace instrumentation](https://googleapis.
|
|
51
|
+
# - [google-cloud-debugger instrumentation](https://googleapis.dev/ruby/google-cloud-debugger/latest/file.INSTRUMENTATION.html)
|
|
52
|
+
# - [google-cloud-error_reporting instrumentation](https://googleapis.dev/ruby/google-cloud-error_reporting/latest/file.INSTRUMENTATION.html)
|
|
53
|
+
# - [google-cloud-logging instrumentation](https://googleapis.dev/ruby/google-cloud-logging/latest/file.INSTRUMENTATION.html)
|
|
54
|
+
# - [google-cloud-trace instrumentation](https://googleapis.dev/ruby/google-cloud-trace/latest/file.INSTRUMENTATION.html)
|
|
55
55
|
#
|
|
56
56
|
# ## Usage
|
|
57
57
|
#
|
data/lib/stackdriver/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stackdriver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Heng Xiong
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-debugger
|
|
@@ -255,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
255
255
|
- !ruby/object:Gem::Version
|
|
256
256
|
version: '0'
|
|
257
257
|
requirements: []
|
|
258
|
-
rubygems_version: 3.0.
|
|
258
|
+
rubygems_version: 3.0.4
|
|
259
259
|
signing_key:
|
|
260
260
|
specification_version: 4
|
|
261
261
|
summary: API Client library for Google Stackdriver
|