Merge pull request #1058 from mansikulkarni96/windows_exporter

This commit is contained in:
Paweł Krupa
2021-04-07 10:07:33 +02:00
committed by GitHub
3 changed files with 15 additions and 4 deletions

View File

@@ -10,6 +10,17 @@ local windowsrules = import 'kubernetes-mixin/rules/windows.libsonnet';
targets: [error 'must provide targets array'],
},
],
relabel_configs: [
{
action: 'replace',
regex: '(.*)',
replacement: '$1',
sourceLabels: [
'__meta_kubernetes_endpoint_address_target_name',
],
targetLabel: 'instance',
},
],
},
grafana+:: {