forked from grafana/tempo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tempo-mixin: clear allValue so selecting All namespaces only queries …
…Tempo namespaces This is a temporary patch until grafana/jsonnet-libs#703 is merged. More details can be found in that issue as well.
- Loading branch information
Koenraad Verheyden
committed
Nov 26, 2021
1 parent
a1a95b3
commit 7c5c869
Showing
5 changed files
with
40 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
.PHONY: all check install dashboards alerts rules | ||
|
||
all: dashboards alerts rules | ||
all: install dashboards alerts rules | ||
|
||
check: all | ||
git diff --exit-code -- yamls/ | ||
|
||
install: | ||
jb install | ||
|
||
dashboards: install | ||
dashboards: | ||
jsonnet -J vendor -S dashboards.jsonnet -m yamls | ||
|
||
alerts: install | ||
alerts: | ||
jsonnet -J vendor -S alerts.jsonnet > yamls/alerts.yaml | ||
|
||
rules: install | ||
rules: | ||
jsonnet -J vendor -S rules.jsonnet > yamls/rules.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters