-
Notifications
You must be signed in to change notification settings - Fork 5
feat: implement dual-mode export with build tags separation #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…i#35) Signed-off-by: mikkeyf <1647228132@qq.com>
Signed-off-by: mikkeyf <1647228132@qq.com>
Signed-off-by: mikkeyf <1647228132@qq.com>
Signed-off-by: mikkeyf <1647228132@qq.com>
Signed-off-by: mikkeyf <1647228132@qq.com>
cmd/subcmd/export_offline.go
Outdated
| @@ -1,3 +1,6 @@ | |||
| //go:build offline | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move the build tag after the copyright information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have solved it
Signed-off-by: mikkeyf <1647228132@qq.com>
…de structure Signed-off-by: mikkeyf <1647228132@qq.com>
cmd/subcmd/export_offline.go
Outdated
| "time" | ||
|
|
||
| "github.com/VictoriaMetrics/VictoriaMetrics/lib/encoding" | ||
| "github.com/golang/snappy" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use github.com/klauspost/compress instead of github.com/golang/snappy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already solve it
…t annotations Signed-off-by: mikkeyf <1647228132@qq.com>
Signed-off-by: mikkeyf <1647228132@qq.com>
No description provided.