Skip to content

Commit

Permalink
Rename checkpoint proto package to avoid conflict with cortex. (#3217)
Browse files Browse the repository at this point in the history
This will fix the warning in all our binaries.

```
2021-01-21 16:09:11.947264 I | proto: duplicate proto type registered: ingester.Series
```

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
cyriltovena authored Jan 22, 2021
1 parent da54d33 commit a70e688
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
66 changes: 33 additions & 33 deletions pkg/ingester/checkpoint.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/ingester/checkpoint.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package ingester;
package loki_ingester;

option go_package = "ingester";

Expand Down

0 comments on commit a70e688

Please sign in to comment.