Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-prometheus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
prometheus-operator
kube-prometheus
Commits
dac8f72f
Unverified
Commit
dac8f72f
authored
5 years ago
by
Jeremy Gustie
Committed by
Matthias Loibl
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add missing adapter to build snippet
parent
31af086a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/jsonnet-build-snippet/build-snippet.jsonnet
+1
-0
1 addition, 0 deletions
examples/jsonnet-build-snippet/build-snippet.jsonnet
with
1 addition
and
0 deletions
examples/jsonnet-build-snippet/build-snippet.jsonnet
+
1
−
0
View file @
dac8f72f
...
...
@@ -4,4 +4,5 @@
{
[
'kube-state-metrics-'
+
name
]:
kp
.
kubeStateMetrics
[
name
]
for
name
in
std
.
objectFields
(
kp
.
kubeStateMetrics
)
}
+
{
[
'alertmanager-'
+
name
]:
kp
.
alertmanager
[
name
]
for
name
in
std
.
objectFields
(
kp
.
alertmanager
)
}
+
{
[
'prometheus-'
+
name
]:
kp
.
prometheus
[
name
]
for
name
in
std
.
objectFields
(
kp
.
prometheus
)
}
+
{
[
'prometheus-adapter-'
+
name
]:
kp
.
prometheusAdapter
[
name
]
for
name
in
std
.
objectFields
(
kp
.
prometheusAdapter
)
}
+
{
[
'grafana-'
+
name
]:
kp
.
grafana
[
name
]
for
name
in
std
.
objectFields
(
kp
.
grafana
)
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment