File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
common-lib/common/variables Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ local utils = import '../utils.libsonnet';
1111 enableLokiLogs=false ,
1212 customAllValue='.+' ,
1313 prometheusDatasourceName=if enableLokiLogs then 'prometheus_datasource' else 'datasource' ,
14- prometheusDatasourceLabel=if enableLokiLogs then 'Prometheus datasource ' else 'Data source' ,
14+ prometheusDatasourceLabel=if enableLokiLogs then 'Prometheus data source ' else 'Data source' ,
1515 ): {
1616 local varMetricTemplate(varMetric, chainSelector) =
1717 // check if chainSelector is not empty string (case when filtering selector is empty):
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function(
3030 sum by (%s) (count_over_time({%s}
3131 |~ "$regex_search"
3232 %s
33- [$__interval ]))
33+ [$__auto ]))
3434 ||| % [
3535 logsVolumeGroupBy,
3636 variables.queriesSelector,
You can’t perform that action at this time.
0 commit comments