stackdriver 0.15.2 → 0.15.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -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: c79ca86c8d0b6fc00d3fb4d3b7d99c39d72178e24c8c92cd96902b17d8bb245f
|
4
|
+
data.tar.gz: 59ac53b9c1f11c18dc26c4c06dfd8103fa751cbe8b58668812f66e7573de7882
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dce5e339641d1dd0b71aa69bc0ed132872b7feec33a54eab310c31102b5c49e2867983a686302a1662065060aa7197377a3e6f34ca9a053834f09a2e19c722b2
|
7
|
+
data.tar.gz: ddcb465bcb669537a114fe42372ab9c324ce51177138794fcc74f897d199cd4d8ddeec3cdadb30d34c659987d61f6e46faaee50cc0c07c36abfcaac56967ee20
|
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://
|
11
|
-
- [google-cloud-error_reporting](https://
|
12
|
-
- [google-cloud-logging](https://
|
13
|
-
- [google-cloud-trace](https://
|
10
|
+
- [google-cloud-debugger](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-debugger)
|
11
|
+
- [google-cloud-error_reporting](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-error_reporting)
|
12
|
+
- [google-cloud-logging](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-logging)
|
13
|
+
- [google-cloud-trace](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-trace)
|
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://
|
19
|
-
- [google-cloud-error_reporting strumentation](https://
|
20
|
-
- [google-cloud-logging instrumentation](https://
|
21
|
-
- [google-cloud-trace instrumentation](https://
|
18
|
+
- [google-cloud-debugger instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-debugger/latest/file.INSTRUMENTATION)
|
19
|
+
- [google-cloud-error_reporting strumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-error_reporting/latest/file.INSTRUMENTATION)
|
20
|
+
- [google-cloud-logging instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-logging/latest/file.INSTRUMENTATION)
|
21
|
+
- [google-cloud-trace instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-trace/latest/file.INSTRUMENTATION)
|
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://
|
44
|
-
# - [google-cloud-error_reporting](https://
|
45
|
-
# - [google-cloud-logging](https://
|
46
|
-
# - [google-cloud-trace](https://
|
43
|
+
# - [google-cloud-debugger](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-debugger)
|
44
|
+
# - [google-cloud-error_reporting](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-error_reporting)
|
45
|
+
# - [google-cloud-logging](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-logging)
|
46
|
+
# - [google-cloud-trace](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-trace)
|
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://
|
52
|
-
# - [google-cloud-error_reporting instrumentation](https://
|
53
|
-
# - [google-cloud-logging instrumentation](https://
|
54
|
-
# - [google-cloud-trace instrumentation](https://
|
51
|
+
# - [google-cloud-debugger instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-debugger/latest/file.INSTRUMENTATION)
|
52
|
+
# - [google-cloud-error_reporting instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-error_reporting/latest/file.INSTRUMENTATION)
|
53
|
+
# - [google-cloud-logging instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-logging/latest/file.INSTRUMENTATION)
|
54
|
+
# - [google-cloud-trace instrumentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-trace/latest/file.INSTRUMENTATION)
|
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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Heng Xiong
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-09-
|
11
|
+
date: 2018-09-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-debugger
|
@@ -236,7 +236,7 @@ files:
|
|
236
236
|
- OVERVIEW.md
|
237
237
|
- lib/stackdriver.rb
|
238
238
|
- lib/stackdriver/version.rb
|
239
|
-
homepage: https://github.com/
|
239
|
+
homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/stackdriver
|
240
240
|
licenses:
|
241
241
|
- Apache-2.0
|
242
242
|
metadata: {}
|