Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,13 @@ minikube dashboard
* Deploy Prometheus - using the https://github.com/coreos/prometheus-operator[Prometheus Operator] project to
capture metrics from the services
+
[NOTE]
================================================================================================================
UPDATE (Nov 2017): Due to further improvements in the integration of Prometheus with Kubernetes, it is no longer necessary
to deploy prometheus-operator, so the first step can be ignored. The most up-to-date instructions can be found
https://github.com/objectiser/opentracing-prometheus-example[here].
================================================================================================================
+
```
kubectl create -f https://raw.githubusercontent.com/coreos/prometheus-operator/master/bundle.yaml

Expand Down
6 changes: 5 additions & 1 deletion src/main/jbake/content/blog/2017/09/alerts-opentracing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ minikube dashboard
```

=== DEPLOY PROMETHEUS

[NOTE]
================================================================================================================
UPDATE (Nov 2017): Due to further improvements in the integration of Prometheus with Kubernetes, it is no longer necessary
to deploy prometheus-operator, so the first step can be ignored.
================================================================================================================
```
kubectl create -f https://raw.githubusercontent.com/coreos/prometheus-operator/v0.11.0/bundle.yaml

Expand Down