Skip to content

Commit

Permalink
Second attempt: Switch to using log protos directly (#697)
Browse files Browse the repository at this point in the history
switch to using logs protos directly

Co-authored-by: Aaron Abbott <aaronabbott@google.com>
  • Loading branch information
dashpole and aabmass committed Aug 8, 2023
1 parent b087585 commit 0c4b0bb
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 236 deletions.
2 changes: 1 addition & 1 deletion exporter/collector/go.mod
Expand Up @@ -25,6 +25,7 @@ require (
go.uber.org/zap v1.23.0
golang.org/x/oauth2 v0.8.0
google.golang.org/api v0.126.0
google.golang.org/genproto v0.0.0-20230731193218-e0aa005b6bdf
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
Expand Down Expand Up @@ -61,7 +62,6 @@ require (
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230731193218-e0aa005b6bdf // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Expand Down
1 change: 0 additions & 1 deletion exporter/collector/integrationtest/go.sum
Expand Up @@ -27,7 +27,6 @@ cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGB
cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA=
cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE=
cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk=
cloud.google.com/go/iam v1.1.1 h1:lW7fzj15aVIXYHREOqjRBV9PsH0Z6u8Y46a1YGvQP4Y=
cloud.google.com/go/logging v1.7.0 h1:CJYxlNNNNAMkHp9em/YEXcfJg+rPDg7YfwoRpMU+t5I=
cloud.google.com/go/logging v1.7.0/go.mod h1:3xjP2CjkM3ZkO73aj4ASA5wRPGGCRrPIAeNqVNkzY8M=
cloud.google.com/go/longrunning v0.5.1 h1:Fr7TXftcqTudoyRJa113hyaqlGdiBQkp0Gq7tErFDWI=
Expand Down

0 comments on commit 0c4b0bb

Please sign in to comment.