thanos: bump to latest and add thanosPrometheusCommonDimensions
This commit pulls latest changes from thanos mixins and sets `thanosPrometheusCommonDimensions` to `namespace, pod` for k8s use case. Refer https://github.com/thanos-io/thanos/pull/4508 for more details. Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
This commit is contained in:
@@ -59,6 +59,7 @@ function(params) {
|
||||
targetGroups: {},
|
||||
sidecar: {
|
||||
selector: p._config.mixin._config.thanosSelector,
|
||||
thanosPrometheusCommonDimensions: 'namespace, pod',
|
||||
dimensions: std.join(', ', ['job', 'instance']),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user