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
81fdfadd
Commit
81fdfadd
authored
7 years ago
by
Christian Jauvin
Browse files
Options
Downloads
Patches
Plain Diff
Fix relative links in kube-prometheus readme
parent
915677ea
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
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
81fdfadd
...
@@ -47,7 +47,7 @@ hack/cluster-monitoring/teardown
...
@@ -47,7 +47,7 @@ hack/cluster-monitoring/teardown
## Monitoring custom services
## Monitoring custom services
The example manifests in
[
/manifests/examples/example-app
](
/manifests/examples/example-app
)
The example manifests in
[
/manifests/examples/example-app
](
/
contrib/kube-prometheus/
manifests/examples/example-app
)
deploy a fake service exposing Prometheus metrics. They additionally define a new Prometheus
deploy a fake service exposing Prometheus metrics. They additionally define a new Prometheus
server and a
[
`ServiceMonitor`
](
https://github.com/coreos/prometheus-operator/blob/master/Documentation/service-monitor.md
)
,
server and a
[
`ServiceMonitor`
](
https://github.com/coreos/prometheus-operator/blob/master/Documentation/service-monitor.md
)
,
which specifies how the example service should be monitored.
which specifies how the example service should be monitored.
...
@@ -120,7 +120,7 @@ service as well.
...
@@ -120,7 +120,7 @@ service as well.
> Note that minikube hides some components like etcd so to see the extend of
> Note that minikube hides some components like etcd so to see the extend of
> this setup we recommend setting up a [local cluster using bootkube](https://github.com/kubernetes-incubator/bootkube/tree/master/hack/multi-node).
> this setup we recommend setting up a [local cluster using bootkube](https://github.com/kubernetes-incubator/bootkube/tree/master/hack/multi-node).
An example for bootkube's multi-node vagrant setup is
[
here
](
/manifests/etcd/etcd-bootkube-vagrant-multi.yaml
)
.
An example for bootkube's multi-node vagrant setup is
[
here
](
/
contrib/kube-prometheus/
manifests/etcd/etcd-bootkube-vagrant-multi.yaml
)
.
> Hint: this is merely an example for a local setup. The addresses will have to
> Hint: this is merely an example for a local setup. The addresses will have to
> be adapted for a setup, that is not a single etcd bootkube created cluster.
> be adapted for a setup, that is not a single etcd bootkube created cluster.
...
...
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