Commit Graph
9 Commits
Author SHA1 Message Date
eedugonandGitHub bcb2db7ce5 Removed grafana restart comment
Removed grafana restart comment from doc, as it's not necessary (grafana-watcher should pick up the changes and reload the dashboards).
2017-08-02 12:08:03 +02:00
eedugonandGitHub 4e4b00bb5c link in dashboard section
Including a link in dashboard section to the document with all the details (docs/developing-alerts-and-dashboards.md)
2017-08-02 11:42:24 +02:00
eedugonandGitHub e1db00daed Update developing-alerts-and-dashboards.md 2017-08-02 11:38:26 +02:00
eedugonandGitHub f201c79f5d hints and notes added to handle grafana dashboards
Added some comments to the doc, to:
- Point the directory where make generate should be executed from
- Mention that the dashboard file should be suffixed with "-dashboard.json".
- Added hints to apply the new configMap and restart grafana
2017-08-02 11:37:22 +02:00
eedugonandFrederic Branczyk 3238ba257a small changes in k8s/minikube and example-app (#392)
* namespace has to be kube-system

In order for this service to be discovered by ServiceMonitor k8s-apps-http, it should belong to namespace kube-system.

* namespace has to be kube-system

* namespace has to be kube-system

for service discovery to work within prometheus configuration (ServiceMonitor k8s-app) these service and endpoints should belong to kube-system namespace. Otherwise the service monitor won't fetch it.

* selector was incorrect

selector prometheus: prometheus-frontend is incorrect, the name of the Prometheus resource in the example is "frontend", not "prometheus-frontend"
2017-05-31 11:55:56 -07:00
eedugonandGitHub 04231a269c selector was incorrect
selector prometheus: prometheus-frontend is incorrect, the name of the Prometheus resource in the example is "frontend", not "prometheus-frontend"
2017-05-31 11:29:42 +02:00
eedugonandGitHub 06cff8e9d2 namespace has to be kube-system
for service discovery to work within prometheus configuration (ServiceMonitor k8s-app) these service and endpoints should belong to kube-system namespace. Otherwise the service monitor won't fetch it.
2017-05-31 10:35:22 +02:00
eedugonandGitHub 2e67b4084f namespace has to be kube-system 2017-05-31 10:33:32 +02:00
eedugonandGitHub 666d7aaa0e namespace has to be kube-system
In order for this service to be discovered by ServiceMonitor k8s-apps-http, it should belong to namespace kube-system.
2017-05-31 10:30:29 +02:00