Skip to content

Commit 7015648

Browse files
authored
Add parca-devel to Prometheus allowed namespaces (#45)
1 parent 8937636 commit 7015648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitoring/environments/scaleway-parca-demo/main.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local prometheuses = [
44
m.prometheus({
55
prometheus+:: {
66
name: 'parca',
7-
namespaces: ['parca'],
7+
namespaces: ['parca', 'parca-devel'],
88
},
99
}) {
1010
prometheus+: {
@@ -13,7 +13,7 @@ local prometheuses = [
1313
url: 'https://demo.pyrra.dev/prometheus/api/v1/write',
1414
writeRelabelConfigs: [{
1515
action: 'keep',
16-
regex: 'parca/parca-agent',
16+
regex: 'parca/parca-agent.*',
1717
sourceLabels: ['job'],
1818
}],
1919
}],

0 commit comments

Comments
 (0)