Skip to content

Commit

Permalink
feat: loki single binary dashboards, add sb output path to makefile c…
Browse files Browse the repository at this point in the history
…heck, fix typo in libsonnet config
  • Loading branch information
bossm8 committed Mar 10, 2025
1 parent 8b127df commit 75ec218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ loki-mixin-check: loki-mixin ## check the loki mixin is up to date
@echo "Checking diff"
@git diff --exit-code -- $(MIXIN_OUT_PATH) || (echo "Please build mixin by running 'make loki-mixin'" && false)
@git diff --exit-code -- $(MIXIN_OUT_PATH_SSD) || (echo "Please build mixin by running 'make loki-mixin'" && false)
@git diff --exit-code -- $(MIXIN_OUT_PATH_SB) || (echo "Please build mixin by running 'make loki-mixin'" && false)

###############
# Migrate #
Expand Down
2 changes: 1 addition & 1 deletion production/loki-mixin/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},

sb: {
// Support Loki sible binary mode on dashboards
// Support Loki single binary mode on dashboards
enabled: false,

// The matcher used to match the pod in single binary mode.
Expand Down

0 comments on commit 75ec218

Please sign in to comment.