Skip to content

Commit

Permalink
Update regex
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev committed Oct 18, 2023
1 parent c07cc92 commit 1d0eb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-mixin/mixin.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local config = (import 'config.libsonnet')._config;
variables+: {
datasources+: {
loki+: var.datasource.withRegex('Loki|.+logs'),
prometheus+: var.datasource.withRegex('Victoria|Prometheus|Cortex|Mimir|grafanacloud-.+-prom'),
prometheus+: var.datasource.withRegex('Prometheus|Cortex|Mimir|grafanacloud-.+-prom'),
},
},
},
Expand Down

0 comments on commit 1d0eb76

Please sign in to comment.