Skip to content

Commit

Permalink
Update mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev committed Dec 10, 2024
1 parent b8ffd20 commit 2fe312c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jvm-mixin/config.libsonnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
filteringSelector: 'job!=""',
filteringSelector: '',
groupLabels: ['job'],
instanceLabels: ['instance'],
uid: 'jvm',
Expand Down
2 changes: 1 addition & 1 deletion windows-mixin/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// labels to identify single windows host:
instanceLabels: ['instance'],
// selector to include in all queries(including alerts)
filteringSelector: 'job=~".*windows.*"',
filteringSelector: '',
// prefix all dashboards uids and alert groups
uid: 'windows',
// prefix dashboards titles
Expand Down

0 comments on commit 2fe312c

Please sign in to comment.