fluent-plugin-google-cloud 0.6.18.pre.2 → 0.6.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fluent-plugin-google-cloud.gemspec +4 -4
- data/lib/fluent/plugin/out_google_cloud.rb +3 -3
- metadata +8 -9
- data/Gemfile.lock +0 -162
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d57de12626e44569ef8632b11d8f9be32d21e6ec
|
4
|
+
data.tar.gz: 7fdf443f3cf74396870514e283d41ed8d86c3426
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c057a1068429f5954105063eaf40f6425c64dc72394696d7ecc7476c0feeebaa995d01338cf8dd3bd0e14625aca48a9ef0261f46f72b49ae46ce63af47ffe05
|
7
|
+
data.tar.gz: 48a2c5109b9719750e8216101a40d2e5b91bf4efbbad787b2d4d58c3e4954956de9187ed52366492586da193f7a6a52759fcbfaa22e9958a1098f74da8d9abd1
|
@@ -10,10 +10,10 @@ eos
|
|
10
10
|
gem.homepage =
|
11
11
|
'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
|
12
12
|
gem.license = 'Apache-2.0'
|
13
|
-
gem.version = '0.6.18
|
14
|
-
gem.authors = ['
|
15
|
-
gem.email = ['
|
16
|
-
gem.required_ruby_version = Gem::Requirement.new('>= 2.
|
13
|
+
gem.version = '0.6.18'
|
14
|
+
gem.authors = ['Ling Huang', 'Igor Peshansky']
|
15
|
+
gem.email = ['stackdriver-agents@google.com']
|
16
|
+
gem.required_ruby_version = Gem::Requirement.new('>= 2.2')
|
17
17
|
|
18
18
|
gem.files = Dir['**/*'].keep_if { |file| File.file?(file) }
|
19
19
|
gem.test_files = gem.files.grep(/^(test)/)
|
@@ -226,7 +226,7 @@ module Fluent
|
|
226
226
|
Fluent::Plugin.register_output('google_cloud', self)
|
227
227
|
|
228
228
|
PLUGIN_NAME = 'Fluentd Google Cloud Logging plugin'.freeze
|
229
|
-
PLUGIN_VERSION = '0.6.18
|
229
|
+
PLUGIN_VERSION = '0.6.18'.freeze
|
230
230
|
|
231
231
|
# Name of the the Google cloud logging write scope.
|
232
232
|
LOGGING_SCOPE = 'https://www.googleapis.com/auth/logging.write'.freeze
|
@@ -2214,8 +2214,8 @@ module Fluent
|
|
2214
2214
|
constructed_resource = Google::Apis::LoggingV2::MonitoredResource.new(
|
2215
2215
|
type: resource_type,
|
2216
2216
|
labels: labels)
|
2217
|
-
@log.debug("Constructed #{resource_type} resource locally
|
2218
|
-
|
2217
|
+
@log.debug("Constructed #{resource_type} resource locally: " \
|
2218
|
+
"#{constructed_resource.inspect}")
|
2219
2219
|
constructed_resource
|
2220
2220
|
end
|
2221
2221
|
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-google-cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.18
|
4
|
+
version: 0.6.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
-
|
7
|
+
- Ling Huang
|
8
|
+
- Igor Peshansky
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-03
|
12
|
+
date: 2018-04-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: fluentd
|
@@ -205,14 +205,13 @@ description: |2
|
|
205
205
|
store them in Google Cloud Storage and/or BigQuery.
|
206
206
|
This is an official Google Ruby gem.
|
207
207
|
email:
|
208
|
-
-
|
208
|
+
- stackdriver-agents@google.com
|
209
209
|
executables: []
|
210
210
|
extensions: []
|
211
211
|
extra_rdoc_files: []
|
212
212
|
files:
|
213
213
|
- CONTRIBUTING
|
214
214
|
- Gemfile
|
215
|
-
- Gemfile.lock
|
216
215
|
- LICENSE
|
217
216
|
- README.rdoc
|
218
217
|
- Rakefile
|
@@ -242,12 +241,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
242
241
|
requirements:
|
243
242
|
- - ">="
|
244
243
|
- !ruby/object:Gem::Version
|
245
|
-
version: '2.
|
244
|
+
version: '2.2'
|
246
245
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
247
246
|
requirements:
|
248
|
-
- - "
|
247
|
+
- - ">="
|
249
248
|
- !ruby/object:Gem::Version
|
250
|
-
version:
|
249
|
+
version: '0'
|
251
250
|
requirements: []
|
252
251
|
rubyforge_project:
|
253
252
|
rubygems_version: 2.6.14
|
data/Gemfile.lock
DELETED
@@ -1,162 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
fluent-plugin-google-cloud (0.6.18.pre.2)
|
5
|
-
fluentd (~> 0.10)
|
6
|
-
google-api-client (~> 0.17)
|
7
|
-
google-cloud-logging (~> 1.3, >= 1.3.2)
|
8
|
-
googleapis-common-protos (~> 1.3)
|
9
|
-
googleauth (~> 0.6)
|
10
|
-
grpc (~> 1.0)
|
11
|
-
json (~> 1.8)
|
12
|
-
|
13
|
-
GEM
|
14
|
-
remote: https://rubygems.org/
|
15
|
-
specs:
|
16
|
-
addressable (2.5.2)
|
17
|
-
public_suffix (>= 2.0.2, < 4.0)
|
18
|
-
ast (2.4.0)
|
19
|
-
cool.io (1.5.3)
|
20
|
-
crack (0.4.3)
|
21
|
-
safe_yaml (~> 1.0.0)
|
22
|
-
declarative (0.0.10)
|
23
|
-
declarative-option (0.1.0)
|
24
|
-
faraday (0.14.0)
|
25
|
-
multipart-post (>= 1.2, < 3)
|
26
|
-
fluentd (0.14.25)
|
27
|
-
cool.io (>= 1.4.5, < 2.0.0)
|
28
|
-
http_parser.rb (>= 0.5.1, < 0.7.0)
|
29
|
-
msgpack (>= 0.7.0, < 2.0.0)
|
30
|
-
ruby_dig (~> 0.0.2)
|
31
|
-
serverengine (>= 2.0.4, < 3.0.0)
|
32
|
-
sigdump (~> 0.2.2)
|
33
|
-
strptime (~> 0.1.7)
|
34
|
-
tzinfo (~> 1.0)
|
35
|
-
tzinfo-data (~> 1.0)
|
36
|
-
yajl-ruby (~> 1.0)
|
37
|
-
google-api-client (0.19.8)
|
38
|
-
addressable (~> 2.5, >= 2.5.1)
|
39
|
-
googleauth (>= 0.5, < 0.7.0)
|
40
|
-
httpclient (>= 2.8.1, < 3.0)
|
41
|
-
mime-types (~> 3.0)
|
42
|
-
representable (~> 3.0)
|
43
|
-
retriable (>= 2.0, < 4.0)
|
44
|
-
google-cloud-core (1.2.0)
|
45
|
-
google-cloud-env (~> 1.0)
|
46
|
-
google-cloud-env (1.0.1)
|
47
|
-
faraday (~> 0.11)
|
48
|
-
google-cloud-logging (1.5.0)
|
49
|
-
google-cloud-core (~> 1.2)
|
50
|
-
google-gax (~> 1.0)
|
51
|
-
stackdriver-core (~> 1.3)
|
52
|
-
google-gax (1.0.1)
|
53
|
-
google-protobuf (~> 3.2)
|
54
|
-
googleapis-common-protos (>= 1.3.5, < 2.0)
|
55
|
-
googleauth (~> 0.6.2)
|
56
|
-
grpc (>= 1.7.2, < 2.0)
|
57
|
-
rly (~> 0.2.3)
|
58
|
-
google-protobuf (3.5.1.2-x86_64-linux)
|
59
|
-
googleapis-common-protos (1.3.7)
|
60
|
-
google-protobuf (~> 3.0)
|
61
|
-
googleapis-common-protos-types (~> 1.0)
|
62
|
-
grpc (~> 1.0)
|
63
|
-
googleapis-common-protos-types (1.0.1)
|
64
|
-
google-protobuf (~> 3.0)
|
65
|
-
googleauth (0.6.2)
|
66
|
-
faraday (~> 0.12)
|
67
|
-
jwt (>= 1.4, < 3.0)
|
68
|
-
logging (~> 2.0)
|
69
|
-
memoist (~> 0.12)
|
70
|
-
multi_json (~> 1.11)
|
71
|
-
os (~> 0.9)
|
72
|
-
signet (~> 0.7)
|
73
|
-
grpc (1.10.0-x86_64-linux)
|
74
|
-
google-protobuf (~> 3.1)
|
75
|
-
googleapis-common-protos-types (~> 1.0.0)
|
76
|
-
googleauth (>= 0.5.1, < 0.7)
|
77
|
-
hashdiff (0.3.7)
|
78
|
-
http_parser.rb (0.6.0)
|
79
|
-
httpclient (2.8.3)
|
80
|
-
json (1.8.6)
|
81
|
-
jwt (2.1.0)
|
82
|
-
little-plugger (1.1.4)
|
83
|
-
logging (2.2.2)
|
84
|
-
little-plugger (~> 1.1)
|
85
|
-
multi_json (~> 1.10)
|
86
|
-
memoist (0.16.0)
|
87
|
-
metaclass (0.0.4)
|
88
|
-
mime-types (3.1)
|
89
|
-
mime-types-data (~> 3.2015)
|
90
|
-
mime-types-data (3.2016.0521)
|
91
|
-
mocha (1.3.0)
|
92
|
-
metaclass (~> 0.0.1)
|
93
|
-
msgpack (1.2.4)
|
94
|
-
multi_json (1.13.1)
|
95
|
-
multipart-post (2.0.0)
|
96
|
-
os (0.9.6)
|
97
|
-
parser (2.5.0.3)
|
98
|
-
ast (~> 2.4.0)
|
99
|
-
power_assert (1.1.1)
|
100
|
-
powerpack (0.1.1)
|
101
|
-
prometheus-client (0.7.1)
|
102
|
-
quantile (~> 0.2.0)
|
103
|
-
public_suffix (3.0.2)
|
104
|
-
quantile (0.2.0)
|
105
|
-
rainbow (2.2.2)
|
106
|
-
rake
|
107
|
-
rake (10.5.0)
|
108
|
-
representable (3.0.4)
|
109
|
-
declarative (< 0.1.0)
|
110
|
-
declarative-option (< 0.2.0)
|
111
|
-
uber (< 0.2.0)
|
112
|
-
retriable (3.1.1)
|
113
|
-
rly (0.2.3)
|
114
|
-
rubocop (0.39.0)
|
115
|
-
parser (>= 2.3.0.7, < 3.0)
|
116
|
-
powerpack (~> 0.1)
|
117
|
-
rainbow (>= 1.99.1, < 3.0)
|
118
|
-
ruby-progressbar (~> 1.7)
|
119
|
-
unicode-display_width (~> 1.0, >= 1.0.1)
|
120
|
-
ruby-progressbar (1.9.0)
|
121
|
-
ruby_dig (0.0.2)
|
122
|
-
safe_yaml (1.0.4)
|
123
|
-
serverengine (2.0.6)
|
124
|
-
sigdump (~> 0.2.2)
|
125
|
-
sigdump (0.2.4)
|
126
|
-
signet (0.8.1)
|
127
|
-
addressable (~> 2.3)
|
128
|
-
faraday (~> 0.9)
|
129
|
-
jwt (>= 1.5, < 3.0)
|
130
|
-
multi_json (~> 1.10)
|
131
|
-
stackdriver-core (1.3.0)
|
132
|
-
google-cloud-core (~> 1.2)
|
133
|
-
strptime (0.1.9)
|
134
|
-
test-unit (3.2.7)
|
135
|
-
power_assert
|
136
|
-
thread_safe (0.3.6)
|
137
|
-
tzinfo (1.2.5)
|
138
|
-
thread_safe (~> 0.1)
|
139
|
-
tzinfo-data (1.2018.3)
|
140
|
-
tzinfo (>= 1.0.0)
|
141
|
-
uber (0.1.0)
|
142
|
-
unicode-display_width (1.3.0)
|
143
|
-
webmock (2.3.2)
|
144
|
-
addressable (>= 2.3.6)
|
145
|
-
crack (>= 0.3.2)
|
146
|
-
hashdiff
|
147
|
-
yajl-ruby (1.3.1)
|
148
|
-
|
149
|
-
PLATFORMS
|
150
|
-
ruby
|
151
|
-
|
152
|
-
DEPENDENCIES
|
153
|
-
fluent-plugin-google-cloud!
|
154
|
-
mocha (~> 1.1)
|
155
|
-
prometheus-client (~> 0.7.1)
|
156
|
-
rake (~> 10.3)
|
157
|
-
rubocop (~> 0.39.0)
|
158
|
-
test-unit (~> 3.0)
|
159
|
-
webmock (~> 2.3.1)
|
160
|
-
|
161
|
-
BUNDLED WITH
|
162
|
-
1.16.1
|