Skip to content

Commit 7e877f1

Browse files
authored
Add wildcard option for cluster label (#1131)
So mixin works if cluster label is not present in logs stream.
1 parent 9724a55 commit 7e877f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx-mixin/mods.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ local config = (import './config.libsonnet');
1111
list: [
1212
if i == 1 then
1313
{
14-
allValue: null,
14+
allValue: '.*',
1515
datasource: '$datasource',
16-
includeAll: false,
16+
includeAll: true,
1717
label: 'Cluster name',
1818
multi: false,
1919
name: 'cluster',

0 commit comments

Comments
 (0)