thanos-community / obslytics

Tools and Services allowing seamless usage of Observability data from Prometheus, Thanos, Cortex, M3DB, Loki and more!
Apache License 2.0
30 stars 8 forks source link

Added CI. #1

Closed bwplotka closed 3 years ago

bwplotka commented 3 years ago

Signed-off-by: Bartlomiej Plotka bwplotka@gmail.com

bwplotka commented 3 years ago

cc @iNecas

bwplotka commented 3 years ago

Apparently GitHub is working on some quick option to do that for everyone if wanted, so let's wait on that! WDYT? (:

bwplotka commented 3 years ago

Lint is failing for a good reason:

[error]/home/runner/work/obslytics/obslytics/pkg/input/factory/factory.go:4:2: package "errors" shouldn't be imported, suggested: "github.com/pkg/errors"

[error]/home/runner/work/obslytics/obslytics/pkg/output/factory/factory.go:4:2: package "errors" shouldn't be imported, suggested: "github.com/pkg/errors"

make: *** [lint] Error 3

Let's fix in separate PR (: