Skip to content

Commit 17c7b35

Browse files
committed
regenerate logcache and loggregator protobuf files
1 parent 7af22b7 commit 17c7b35

File tree

12 files changed

+202
-134
lines changed

12 files changed

+202
-134
lines changed

.rubocop_cc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ AllCops:
2121
- errors/**/*
2222
- lib/diego/bbs/models/**/*
2323
- lib/locket/**/*
24-
- lib/logcache/v2/**/*
24+
- lib/loggregator-api/v2/**/*
2525
- vendor/bundle/**/*
2626
Layout/DotPosition:
2727
EnforcedStyle: trailing

lib/logcache/client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
require 'logcache/logcache_egress_services_pb'
2-
require 'logcache/v2/envelope_pb'
1+
require 'logcache/egress_services_pb'
2+
require 'loggregator-api/v2/envelope_pb'
33

44
module Logcache
55
class Client

lib/logcache/egress_pb.rb

Lines changed: 14 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/logcache/logcache_egress_services_pb.rb renamed to lib/logcache/egress_services_pb.rb

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/logcache/ingress_pb.rb

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/logcache/ingress_services_pb.rb

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/logcache/orchestration_pb.rb

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/logcache/orchestration_services_pb.rb

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/logcache/promql_pb.rb

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/logcache/promql_services_pb.rb

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)